Skip to content
Snippets Groups Projects
Commit 613c7105 authored by Lasse Pikkemaat's avatar Lasse Pikkemaat
Browse files

Merge branch 'Marvins' into 'develop'

Integration von Marvins Code + Tests

See merge request !13
parents a4f2f70e 954b813c
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
import unittest
from others.Momo.MomoStringCalculator import StringCalculator
'''
import unittest
from others.Alma.AlmaStringCalculator import IStringCalculator, StringCalculator
'''
import unittest
from others.Marvin.MarvinStringCalculator import StringCalculator
class TestStringCalculator(unittest.TestCase):
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