Casual Time

16428b6e

Diego M.

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

67 % complete

Suggestions

  • Revise incorrect test notDivisibleByFive. The test failed on line 68 when run against a reference implementation:
    AssertionFailedError: expected: <18 to 8> but was: <18 minutes to 8>
  • Revise incorrect test to. The test failed on line 52 when run against a reference implementation:
    AssertionFailedError: expected: <29 to 12> but was: <29 minutes to 12>
  • 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

42 % complete 5 / 8 Tests
  • divisibleByFive: Passed
  • half: Passed
  • notDivisibleByFive: Failed
  • past: Failed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • to: Failed

Other Submissions