Casual Time

d4837385

Serkan T.

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

51 % complete

Suggestions

  • Revise incorrect test duchFunf. The test failed on line 84 when run against a reference implementation:
    AssertionFailedError: expected: <true> but was: <false>
  • Revise incorrect test specialCase. The test failed on line 68 when run against a reference implementation:
    AssertionFailedError: expected: <Invalid format! Please enter HH:MM > but was: <4 minutes to 12>
  • Zeiten mit Minuten, die durch 5 teilbar sind, testen. The test suite already does this partially, but it only detects 2 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.
  • Einen kleinen Spezialfall testen, der oft vergessen geht.

Implementation

51 % complete 8 / 8 Tests
  • duchFunf: Passed
  • half: Passed
  • past: Passed
  • quarter: Passed
  • sharp: Passed
  • sharpSimple: Passed
  • specialCase: Passed
  • to: Passed

Other Submissions