Casual Time

48f27865

Volkan S.

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

60 % complete

Suggestions

  • Revise incorrect test minutesPast. The test failed on line 47 when run against a reference implementation:
    AssertionFailedError: expected: <5 minutes past 5> but was: <5 past 5>
  • Revise incorrect test minutesTo. The test failed on line 38 when run against a reference implementation:
    AssertionFailedError: expected: <20 minutes to 7> but was: <20 to 7>
  • 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 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.

Implementation

60 % complete 8 / 8 Tests
  • boundaryCases: Passed
  • fullCoverageMixedCases: Passed
  • half: Passed
  • minutesPast: Passed
  • minutesTo: Passed
  • oneMinuteCases: Passed
  • sharp: Passed
  • sharpSimple: Passed

Other Submissions