Casual Time

dc302982

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 minutesPast. The test failed on line 39 when run against a reference implementation:
    AssertionFailedError: expected: <29 past 3> but was: <29 minutes past 3>
  • Zeiten mit Viertelstunden testen. The test suite already does this partially, but it only detects 6 out of 7 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.
  • Einen kleinen Spezialfall testen, der oft vergessen geht.

Implementation

35 % complete 3 / 5 Tests
  • half: Passed
  • minutesPast: Failed
  • minutesTo: Failed
  • sharp: Passed
  • sharpSimple: Passed

Other Submissions