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

Test 21/22 erfolgreich

parent 2156ede0
No related branches found
No related tags found
2 merge requests!4Main,!2Main to develop
......@@ -139,6 +139,10 @@ class TestConverter(unittest.TestCase):
res = self.c.convert(2025)
self.assertEqual(res, "MMXXV")
def test_convertSign(self):
res = self.c.convert('!')
self.assertEqual(res, "Bitte ganze Zahlen eingeben")
if __name__ == "__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