projects
/
money.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec399a5
)
aggiunto test che fallisce
author
scompo
<scompo@gmail.com>
Tue, 15 Oct 2019 21:23:27 +0000
(21:23 +0000)
committer
scompo
<scompo@gmail.com>
Tue, 15 Oct 2019 21:23:27 +0000
(21:23 +0000)
Sto test fallisce
money/tests/test_money.py
patch
|
blob
|
blame
|
history
diff --git
a/money/tests/test_money.py
b/money/tests/test_money.py
index 017cedbf2a6a3ce0e6be8432e596b0c003b7926e..c66ecb73c3886b81dc26f54359ba7010f8ed6314 100644
(file)
--- a/
money/tests/test_money.py
+++ b/
money/tests/test_money.py
@@
-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]: ')