diff --git a/Project_tests/converter.py b/Project_tests/converter.py index b68ff3b6338b438c98232920e8232ee52dda03ce..4af3e62cbec22d0d0a107a957bc559f192eae938 100644 --- a/Project_tests/converter.py +++ b/Project_tests/converter.py @@ -35,7 +35,9 @@ from abc import ABC, abstractmethod #from other.WeishauptOrlando.RomanConverter import RomanConverter_v1 as OrlandoCalc #TESTCASES OF OTHER STUDENTS -from other.AliciMuhamed.Test_Converter_Römische_Zahlen import TestRomanConverter as MomoTest +#from other.AliciMuhamed.Test_Converter_Römische_Zahlen import TestRomanConverter as MomoTest +from other.BerishaAlma.test2converter import TestRomanConverter as AlmaTest + class IConverter(ABC): @abstractmethod diff --git a/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc b/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a337910320070eed2fefa6f1c2646f0985704a0 Binary files /dev/null and b/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc differ diff --git a/Project_tests/report.md b/Project_tests/report.md index a2c928039d928be7628a4aed6a51eb0af45b9ff9..5580e83f96484a8908255630b3b348357d130304 100644 --- a/Project_tests/report.md +++ b/Project_tests/report.md @@ -8,4 +8,16 @@ Roman Numbers - Codes of Group members tested with my testcases: | PikkemaatLasse | yes (8) | none | | YildirimHatice | no | 15/26 failed (test_convertZero, test_convertYear, test_convertThirty, test_convertTen, test_convertString, test_convertSign, test_convertNintyNine, test_convertNinety, test_convertNegative, test_convertMultipleNum, test_convertHighNum, test_convertFourty, test_convertFourDigit,test_convertFloat,test_convertEmpty) | | WeishauptOrlando | yes (5) | 2/26 failed (test_convertZero, test_convertNegative) | -| SerchimoMarvin | - | - | \ No newline at end of file +| SerchimoMarvin | - | - | + + + +| Name | Interface break | Failed Testcases | +|------------------|-----------------|------------------| +| AliciMuhamed | no | none | +| BerishaAlma | no | none | +| GotsisWasilios | | | +| PikkemaatLasse | | | +| YildirimHatice | | | +| WeishauptOrlando | | | +| SerchimoMarvin | - | - | \ No newline at end of file