Casual Time

27ce1f0c

Elena H.

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

63 % complete

Suggestions

  • Revise incorrect test dividedBy5. The test failed on line 61 when run against a reference implementation:
    AssertionFailedError: expected: <20 minutes to 7> but was: <20 to 7>
  • Revise incorrect test past. The test failed on line 37 when run against a reference implementation:
    AssertionFailedError: expected: <8 past 10> but was: <8 minutes past 10>
  • 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.

Implementation

63 % complete 7 / 7 Tests
  • dividedBy5: Passed
  • half: Passed
  • past: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • to: Passed

Other Submissions