Casual Time

36bcc265

Serkan 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

49 % complete

Suggestions

  • Revise incorrect test duchFunf. The test failed on line 67 when run against a reference implementation:
    AssertionFailedError: expected: <true> but was: <false>
  • Revise incorrect test to. The test failed on line 60 when run against a reference implementation:
    AssertionFailedError: expected: <4 to 2> but was: <4 minutes to 2>
  • 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.
  • 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

42 % complete 6 / 7 Tests
  • duchFunf: Passed
  • half: Passed
  • past: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • to: Failed

Other Submissions