Casual Time

7e0d9d1d

Noah V.

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

59 % complete

Suggestions

  • Revise incorrect test fiveMinuteIntervals. The test failed on line 47 when run against a reference implementation:
    AssertionFailedError: expected: <five past 9> but was: <5 past 9>
  • Revise incorrect test minutesTo. The test failed on line 82 when run against a reference implementation:
    AssertionFailedError: expected: <true> but was: <false>
  • 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

44 % complete 6 / 8 Tests
  • fiveMinuteIntervals: Passed
  • half: Passed
  • minutesPast: Failed
  • minutesTo: Failed
  • quarterPast: Passed
  • quarterTo: Passed
  • sharp: Passed
  • sharpSimple: Passed

Other Submissions