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

8 errors detected - Report Table adjusted

parent 98a94335
Branches feature/PikkemaatLasse
No related tags found
No related merge requests found
Pipeline #20122 passed
File added
......@@ -3,7 +3,7 @@
| AliciMuhamed | yes (8) | none |
| BerishaAlma | yes (9) | none |
| GotsisWasilios | yes (8) | none |
| PikkemaatLasse | | |
| PikkemaatLasse | yes (8) | none |
| YildirimHatice | | |
| WeishauptOrlando | | |
| SerchimoMarvin | | |
\ No newline at end of file
......@@ -21,7 +21,8 @@ import unittest
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.GotsisWasilios.TDD_StringCalculator import StringCalculator as WasiliCalc
from other.PikkemaatLasse.stringcalculator import StringCalculator as LasseCalc
class IStringCalculator(ABC):
@abstractmethod
......@@ -95,7 +96,7 @@ class StringCalculator(IStringCalculator):
class TestStringCalculator(unittest.TestCase):
def setUp(self):
self.c = WasiliCalc()
self.c = LasseCalc()
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