Casual Time

609b5fa2

Sebastian B.

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

83 % complete

Suggestions

  • Revise incorrect test minutesPastNotDivisibleByFive. The test failed on line 60 when run against a reference implementation:
    AssertionFailedError: expected: <31 minutes past 7> but was: <29 minutes to 8>
  • Zeiten mit Viertelstunden testen. The test suite already does this partially, but it only detects 6 out of 7 possible bugs in this regard.

Implementation

71 % complete 6 / 7 Tests
  • halfPast: Passed
  • minutesPastDivisibleByFive: Passed
  • minutesPastNotDivisibleByFive: Failed
  • minutesToDivisibleByFive: Passed
  • minutesToNotDivisibleByFive: Passed
  • sharp: Passed
  • sharpSimple: Passed

Other Submissions