From 32d76e6c1cc61de3ec49e45d88dbe54d71cb0d54 Mon Sep 17 00:00:00 2001
From: DaniRafeh28 <daniel.rafeh@student.reutlingen-university.de>
Date: Fri, 4 Apr 2025 14:35:47 +0200
Subject: [PATCH] all tests were successful - report table adjusted

---
 .../__pycache__/converter.cpython-312.pyc     | Bin 1908 -> 1908 bytes
 .../other/BerishaAlma/test2converter.py       |   5 ++++-
 Project_tests/report.md                       |   2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Project_tests/__pycache__/converter.cpython-312.pyc b/Project_tests/__pycache__/converter.cpython-312.pyc
index 81b53764139823c10f8c3674011926106979cd50..b57e76f56ab5a5d60fd2b6e0959f1adc787286de 100644
GIT binary patch
delta 19
Zcmeyu_l1w^G%qg~0}y1K-^i844gfpa1z`XH

delta 19
Zcmeyu_l1w^G%qg~0}zCr*~pc}4gfn}1xx?{

diff --git a/Project_tests/other/BerishaAlma/test2converter.py b/Project_tests/other/BerishaAlma/test2converter.py
index 2e04e94..f6d07ba 100644
--- a/Project_tests/other/BerishaAlma/test2converter.py
+++ b/Project_tests/other/BerishaAlma/test2converter.py
@@ -1,5 +1,8 @@
 import unittest
 from abc import ABC, abstractmethod
+import sys
+sys.path.append('C:/Users/HP/OneDrive/Praxisprojekt Semester 6/praxisprojekt-technologiebasierte-innovationen')
+from Project_tests.converter import DanisConverter as DaniConv
 
 class IRomanNumber(ABC):
     @abstractmethod
@@ -18,7 +21,7 @@ class RomanNumber(IRomanNumber):
 
 class TestRomanConverter(unittest.TestCase):
     def setUp(self):
-        self.converter = RomanNumber()
+        self.converter = DaniConv()
 
     def test_single_value(self):
         self.assertEqual(self.converter.convert(3), "III")
diff --git a/Project_tests/report.md b/Project_tests/report.md
index 2d137a4..febc464 100644
--- a/Project_tests/report.md
+++ b/Project_tests/report.md
@@ -15,7 +15,7 @@ Roman Numbers - My Codes tested with other students testcases:
 | Name             | Interface break | Failed Testcases             |
 |------------------|-----------------|------------------------------|
 | AliciMuhamed     | no              | 1/7 Tests failed (test_1999) |
-| BerishaAlma      |                 |                              |
+| BerishaAlma      | no              | none                         |
 | GotsisWasilios   |                 |                              |
 | PikkemaatLasse   |                 |                              |
 | YildirimHatice   |                 |                              |
-- 
GitLab