Casual Time

aa6e15ce

Anja Z.

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

70 % complete

Suggestions

  • Revise incorrect test divideBy5. The test failed on line 70 when run against a reference implementation:
    AssertionFailedError: expected: <33 past 9> but was: <27 minutes to 10>
  • Revise incorrect test random. The test failed on line 86 when run against a reference implementation:
    AssertionFailedError: expected: <33 past 9> but was: <27 minutes to 10>
  • 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

70 % complete 9 / 9 Tests
  • divideBy5: Passed
  • five: Passed
  • half: Passed
  • notDivideBy5: Passed
  • quarter: Passed
  • random: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • ten: Passed

Other Submissions