aggiunto test che fallisce
authorscompo <scompo@gmail.com>
Tue, 15 Oct 2019 21:23:27 +0000 (21:23 +0000)
committerscompo <scompo@gmail.com>
Tue, 15 Oct 2019 21:23:27 +0000 (21:23 +0000)
Sto test fallisce

money/tests/test_money.py

index 017cedbf2a6a3ce0e6be8432e596b0c003b7926e..c66ecb73c3886b81dc26f54359ba7010f8ed6314 100644 (file)
@@ -11,7 +11,10 @@ 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]: ')