986a06a9 Jul 31, 2025, 3:43:22 PM (UTC)
Elena H.
A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.
Test Suite
66 % complete
Suggestions
-
Revise incorrect test
dividedBy5. The test failed on line 62 when run against a reference implementation:AssertionFailedError: expected: <5 minutes to 7> but was: <5 to 7> -
Revise incorrect test
past. The test failed on line 37 when run against a reference implementation:AssertionFailedError: expected: <8 past 10> but was: <8 minutes past 10> - Zeiten mit Minuten, die durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 2 out of 4 possible bugs in this regard.
Implementation
66 % complete
7 / 7 Tests
- dividedBy5: Passed
- half: Passed
- past: Passed
- quarter: Passed
- sharp: Passed
- sharpSimple: Passed
- to: Passed