Casual Time

7f23fe60

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

65 % complete

Suggestions

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

65 % complete 11 / 11 Tests
  • boundaryCases: Passed
  • fullCoverageMixedCases: Passed
  • half: Passed
  • minutesPast: Passed
  • minutesTo: Passed
  • nonMultipleOfFivePast: Passed
  • nonMultipleOfFiveTo: Passed
  • oneMinuteCases: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed

Other Submissions