Skip to content
Snippets Groups Projects
Commit 007be76a authored by Marvin Serchimo's avatar Marvin Serchimo
Browse files

2 tests failed

parent 0a525552
No related branches found
No related tags found
No related merge requests found
from abc import ABC, abstractmethod
import unittest
import sys
sys.path.append("/Users/marvin/Documents/GitHub/assignment-2")
from ProjektTest.stringCalculator import StringCalculator as Calc
class IStringCalculator(ABC):
@abstractmethod
......
......@@ -22,4 +22,4 @@
| PikkemaatLasse | – | – |
| RafehDaniel | no | 0 |
| WeishauptOrlando | – | – |
| YildirimHatice | | - |
| YildirimHatice | no | 0 |
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