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

---
 ProjektTest/other/YildirimHatice/feature6.py | 3 +++
 ProjektTest/report.md                        | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ProjektTest/other/YildirimHatice/feature6.py b/ProjektTest/other/YildirimHatice/feature6.py
index 949c324..51901c0 100644
--- a/ProjektTest/other/YildirimHatice/feature6.py
+++ b/ProjektTest/other/YildirimHatice/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 63b3e05..843b4f3 100644
--- a/ProjektTest/report.md
+++ b/ProjektTest/report.md
@@ -22,4 +22,4 @@
 | PikkemaatLasse    | –                | –                 |
 | RafehDaniel       | no               | 0                 |
 | WeishauptOrlando  | –                | –                 |
-| YildirimHatice    | –                | -                 |
+| YildirimHatice    | no               | 0                 |
-- 
GitLab