Skip to content
Snippets Groups Projects
Commit 4bee07da authored by Daniel Rafeh's avatar Daniel Rafeh
Browse files

Test 18/19 erfolgreich

parent 6e52d64d
2 merge requests!4Main,!2Main to develop
......@@ -124,5 +124,9 @@ class TestConverter(unittest.TestCase):
res = self.c.convert('HUIHIN')
self.assertEqual(res, "Bitte ganze Zahlen eingeben")
def test_convertFloat(self):
res = self.c.convert(4.3)
self.assertEqual(res, "Bitte ganze Zahlen eingeben")
if __name__ == "__main__":
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment