From 0a5255523ad4a37378db54c6539f8b08873ffb8d Mon Sep 17 00:00:00 2001
From: Marvin Serchimo <marvin.serchimo@student.reutlingen-university.de>
Date: Sun, 6 Apr 2025 22:26:13 +0200
Subject: [PATCH] no test failed

---
 ProjektTest/other/RafehDaniel/stringCalculator.py | 4 +++-
 ProjektTest/report.md                             | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ProjektTest/other/RafehDaniel/stringCalculator.py b/ProjektTest/other/RafehDaniel/stringCalculator.py
index 232cb01..29398d0 100644
--- a/ProjektTest/other/RafehDaniel/stringCalculator.py
+++ b/ProjektTest/other/RafehDaniel/stringCalculator.py
@@ -19,7 +19,9 @@
 
 import unittest
 from abc import ABC, abstractmethod
-
+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 80a077a..63b3e05 100644
--- a/ProjektTest/report.md
+++ b/ProjektTest/report.md
@@ -20,6 +20,6 @@
 | BerishaAlma       | no               | 2                 |
 | GotsisWasilios    | no               | 0                 |
 | PikkemaatLasse    | –                | –                 |
-| RafehDaniel       | -                | -                 |
+| RafehDaniel       | no               | 0                 |
 | WeishauptOrlando  | –                | –                 |
 | YildirimHatice    | –                | -                 |
-- 
GitLab