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