Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
report.md 1.75 KiB

Meine Testfälle auf Implementierungen anderer Studierender: RomanNumberConverter

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 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'