Skip to content
Snippets Groups Projects
Commit 5843f3ff authored by Hatice Yildirim's avatar Hatice Yildirim
Browse files

Änderungen an report.md gespeichert

parent 75c642de
No related branches found
No related tags found
2 merge requests!8Develop2,!7Develop2
Meine Testfälle auf Implementierungen anderer Studierender: RomanNumberConverter
| Name | Interface break | Failed Testcases |
|------------------|------------------|-------------------|
|AliciMuhamed | | |
|BerishaAlma | | |
|GotsisWasili | | |
|PikkemaatLasse | | |
|RafehDaniel | | |
|SerchimoMarvin | | |
|WeishauptOrlando | | |
| Name | Interface break | Failed Testcases |
|------------------|------------------|------------------------------------------------|
|AliciMuhamed | Yes | ImportError: cannot import name 'RomanNumber' |
|BerishaAlma | No | SyntaxError: invalid syntax |
|GotsisWasili | No | 2x AttributeError: 'RomanNumber' object has no attribute 'convert' |
|PikkemaatLasse | No | 2x AttributeError: 'RomanNumerals' object has no attribute 'convert'|
|RafehDaniel | No | AssertionError: 'VI' != '' - VI |
|SerchimoMarvin | NaN | - |
|WeishauptOrlando | No | AttributeError: 'RomanConverter' object has no attribute 'convert' |
Testfälle anderer Studierender auf meine Implementierung: RomanNumberConverter
| Name | Interface break | Failed Testcases |
|------------------|------------------|-------------------|
|AliciMuhamed | | |
|BerishaAlma | | |
|GotsisWasili | | |
|PikkemaatLasse | | |
|RafehDaniel | | |
|SerchimoMarvin | | |
|WeishauptOrlando | | |
|AliciMuhamed | No | 7x NameError: name 'convert' is not defined |
|BerishaAlma | No | 1x AssertionError: '' != 'VI' + VI |
|GotsisWasili | No | 5x AttributeError: 'RomanNumber' object has no attribute 'convert_int_to_str' |
|PikkemaatLasse | No | 6x AttributeError: 'RomanNumber' object has no attribute 'to_roman' |
|RafehDaniel | No | FAILED (failures=15) |
|SerchimoMarvin | NaN | - |
|WeishauptOrlando | No | 4x AttributeError: 'RomanNumber' object has no attribute 'roman_to_int' |
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