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

6 errors detected - Report table adjusted

parent c3258565
No related branches found
No related tags found
No related merge requests found
Pipeline #20125 passed
File added
......@@ -6,4 +6,4 @@
| PikkemaatLasse | yes (8) | none |
| YildirimHatice | | |
| WeishauptOrlando | | |
| SerchimoMarvin | | |
\ No newline at end of file
| SerchimoMarvin | yes (6) | none |
\ No newline at end of file
......@@ -22,7 +22,8 @@ from abc import ABC, abstractmethod
#from other.AliciMuhamed.StringCalculator import StringCalculator as MomoCalc
#from other.BerishaAlma.Feature6 import StringCalculator as AlmaCalc
#from other.GotsisWasilios.TDD_StringCalculator import StringCalculator as WasiliCalc
from other.PikkemaatLasse.stringcalculator import StringCalculator as LasseCalc
#from other.PikkemaatLasse.stringcalculator import StringCalculator as LasseCalc
from other.SerchimoMarvin.feature7 import StringCalculator as MarvCalc
class IStringCalculator(ABC):
@abstractmethod
......@@ -96,7 +97,7 @@ class StringCalculator(IStringCalculator):
class TestStringCalculator(unittest.TestCase):
def setUp(self):
self.c = LasseCalc()
self.c = MarvCalc()
def test_empty(self):
res = self.c.add("")
......
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