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

2 tests failed

parent 7bf8631b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
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
......
......@@ -17,7 +17,7 @@
| Name | Interface break | Failed Testcases |
|-------------------|------------------|-------------------|
| AliciMuhamed | no | 0 |
| BerishaAlma | - | - |
| BerishaAlma | no | 2 |
| GotsisWasilios | - | - |
| PikkemaatLasse | – | – |
| RafehDaniel | - | - |
......
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