Skip to content
Snippets Groups Projects
Commit 954b813c authored by linopino's avatar linopino
Browse files

Integration von Marvins Code + Tests

parent a4f2f70e
No related branches found
No related tags found
2 merge requests!15Develop,!13Integration von Marvins Code + Tests
| Name | Interface break | Failed Testcases |
|--------|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
| Marvin | no | test_add_multiple_negative_numbers (tests.testStringcalculator.TestStringCalculator) ... Negative numbers are not allowed: -10, -20, -30 FAIL |
| Marvin | no | test_add_single_negative_number (tests.testStringcalculator.TestStringCalculator) ... Negative numbers are not allowed: -2 FAIL |
\ No newline at end of file
| Name | Interface break | Failed Testcases |
|--------|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Marvin | no | test_add_negative_numbers (others.Marvin.MarvinStringCalculator.TestStringCalculator) Feature 4: Negative Zahlen sollen Fehler werfen ... FAIL |
| Marvin | no | test_custom_long_delimiter_with_negative_numbers (others.Marvin.MarvinStringCalculator.TestStringCalculator) Feature 4 und 7: Benutzerdefinierter Delimiter beliebiger Länge + negative Zahlen ... FAIL |
\ No newline at end of file
...@@ -42,9 +42,12 @@ from others.Wasili.WasiliStringCalculator import IStringCalculator, StringCalcul ...@@ -42,9 +42,12 @@ from others.Wasili.WasiliStringCalculator import IStringCalculator, StringCalcul
import unittest import unittest
from others.Momo.MomoStringCalculator import StringCalculator from others.Momo.MomoStringCalculator import StringCalculator
'''
import unittest import unittest
from others.Alma.AlmaStringCalculator import IStringCalculator, StringCalculator from others.Alma.AlmaStringCalculator import IStringCalculator, StringCalculator
'''
import unittest
from others.Marvin.MarvinStringCalculator import StringCalculator
class TestStringCalculator(unittest.TestCase): class TestStringCalculator(unittest.TestCase):
def setUp(self): def setUp(self):
......
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