From 1f8c02ae8fe0b9ec118dd67033233ca477333322 Mon Sep 17 00:00:00 2001
From: Marvin Serchimo <marvin.serchimo@student.reutlingen-university.de>
Date: Sun, 6 Apr 2025 22:12:10 +0200
Subject: [PATCH] 2 tests failed

---
 .../stringCalculator.cpython-313.pyc          | Bin 2538 -> 2538 bytes
 ProjektTest/other/BerishaAlma/Feature6.py     |   3 +++
 ProjektTest/report.md                         |   2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc b/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc
index 269227fe4ae0ca3fece8068c0dc8f3ece3f43caf..2e7da91dbc0c57d9b6749b4ce7616e8cd532d57f 100644
GIT binary patch
delta 19
ZcmaDQ{7RVXGcPX}0}$-Fw~^}sCjdZw23i0B

delta 19
ZcmaDQ{7RVXGcPX}0}veFyOHYwCjdYi21Eb=

diff --git a/ProjektTest/other/BerishaAlma/Feature6.py b/ProjektTest/other/BerishaAlma/Feature6.py
index 0f35297..f3a797b 100644
--- a/ProjektTest/other/BerishaAlma/Feature6.py
+++ b/ProjektTest/other/BerishaAlma/Feature6.py
@@ -1,5 +1,8 @@
 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
diff --git a/ProjektTest/report.md b/ProjektTest/report.md
index 56caa0b..678c297 100644
--- a/ProjektTest/report.md
+++ b/ProjektTest/report.md
@@ -17,7 +17,7 @@
 | Name              | Interface break | Failed Testcases |
 |-------------------|------------------|-------------------|
 | AliciMuhamed      | no               | 0                 |
-| BerishaAlma       | -                | -                 |
+| BerishaAlma       | no               | 2                 |
 | GotsisWasilios    | -                | -                 |
 | PikkemaatLasse    | –                | –                 |
 | RafehDaniel       | -                | -                 |
-- 
GitLab