Skip to content
Snippets Groups Projects
Commit d14a6a68 authored by Daniel Rafeh's avatar Daniel Rafeh
Browse files

All tests were successful

parent e15affd3
No related merge requests found
......@@ -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
......
File added
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment