From 648cf5a1f1cfc1b10f906a08fef918a036dee3bc Mon Sep 17 00:00:00 2001 From: scompo Date: Tue, 15 Oct 2019 21:25:32 +0000 Subject: [PATCH] rimosso test che fallisce MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit così dovrebbe andare --- money/tests/test_money.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/money/tests/test_money.py b/money/tests/test_money.py index c66ecb7..7db20fe 100644 --- a/money/tests/test_money.py +++ b/money/tests/test_money.py @@ -12,9 +12,6 @@ class MoneyTest(unittest.TestCase): def test_the_whole_universe(self): self.assertTrue(True, msg='if this fails something is very wrong') - def test_the_whole_universe(self): - self.assertTrue(False, msg='This should fail!') - def test_create_input_message(self): self.assertEqual(money.create_input_message( 'f', '##', '0'), 'f (##) [0]: ') -- 2.25.1