rimosso test che fallisce
authorscompo <scompo@gmail.com>
Tue, 15 Oct 2019 21:25:32 +0000 (21:25 +0000)
committerscompo <scompo@gmail.com>
Tue, 15 Oct 2019 21:25:32 +0000 (21:25 +0000)
così dovrebbe andare

money/tests/test_money.py

index c66ecb73c3886b81dc26f54359ba7010f8ed6314..7db20fee5197ce6bfe273adc202816e592ff9465 100644 (file)
@@ -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]: ')