Casual Time

c1c0f54f

Jonas 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

44 % complete

Suggestions

  • Revise incorrect test five. The test failed on line 60 when run against a reference implementation:
    AssertionFailedError: expected: <five past 11> but was: <5 past 11>
  • Revise incorrect test ten. The test failed on line 67 when run against a reference implementation:
    AssertionFailedError: expected: <ten past 11> but was: <10 past 11>
  • Revise incorrect test twenty. The test failed on line 46 when run against a reference implementation:
    AssertionFailedError: expected: <twenty past 11> but was: <20 past 11>
  • Revise incorrect test twentyfive. The test failed on line 74 when run against a reference implementation:
    AssertionFailedError: expected: <twenty-five past 11> but was: <25 past 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

44 % complete 9 / 9 Tests
  • five: Passed
  • half: Passed
  • notDividableByFive: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • ten: Passed
  • twenty: Passed
  • twentyfive: Passed

Other Submissions