Casual Time

1cad3694

Emre T.

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

56 % complete

Suggestions

  • Revise incorrect test minutesPast_divisibleBy5. The test failed on line 27 when run against a reference implementation:
    AssertionFailedError: expected: <5 minutes past 10> but was: <5 past 10>
  • Revise incorrect test minutesTo_divisibleBy5. The test failed on line 37 when run against a reference implementation:
    AssertionFailedError: expected: <5 minutes to 11> but was: <5 to 11>
  • Zeiten mit Minuten, die durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 1 out of 4 possible bugs in this regard.
  • Zeiten mit Minuten, die nicht durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 1 out of 3 possible bugs in this regard.

Implementation

56 % complete 7 / 7 Tests
  • minutesPast_divisibleBy5: Passed
  • minutesPast_notDivisibleBy5: Passed
  • minutesTo_divisibleBy5: Passed
  • minutesTo_notDivisibleBy5: Passed
  • oneMinuteEdgeCases: Passed
  • quarter: Passed
  • sharpAndHalf: Passed

Other Submissions