From: scompo Date: Tue, 15 Oct 2019 21:25:32 +0000 (+0000) Subject: rimosso test che fallisce X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=648cf5a1f1cfc1b10f906a08fef918a036dee3bc;p=money.git rimosso test che fallisce così dovrebbe andare --- 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]: ')