From 5843f3ff4b3a58bcb64d77c0a5032c0ace6b935a Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Sat, 5 Apr 2025 01:06:56 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20an=20report.md=20gespeichert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Other/report.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Other/report.md b/Other/report.md index e3f3e1c..af401cb 100644 --- a/Other/report.md +++ b/Other/report.md @@ -1,24 +1,24 @@ 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' | -- GitLab