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

8 errors detected - Report Table adjusted

parent 26f87907
Branches feature/GotsisWasilios
No related tags found
No related merge requests found
Pipeline #20119 passed
File added
......@@ -2,7 +2,7 @@
|------------------|-----------------|------------------|
| AliciMuhamed | yes (8) | none |
| BerishaAlma | yes (9) | none |
| GotsisWasilios | | |
| GotsisWasilios | yes (8) | none |
| PikkemaatLasse | | |
| YildirimHatice | | |
| WeishauptOrlando | | |
......
......@@ -20,7 +20,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.BerishaAlma.Feature6 import StringCalculator as AlmaCalc
from other.GotsisWasilios.TDD_StringCalculator import StringCalculator as WasiliCalc
class IStringCalculator(ABC):
@abstractmethod
......@@ -94,7 +95,7 @@ class StringCalculator(IStringCalculator):
class TestStringCalculator(unittest.TestCase):
def setUp(self):
self.c = AlmaCalc()
self.c = WasiliCalc()
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