Ad
  • Custom User Avatar

    I'm attempting this kata in Python, my code keeps passing everything except for the last sample test. It passes everything else, including all random tests. I don't want to presume that the test is wrong (hence me raising this as a question, not an issue), but I'm having trouble figuring out what I might be missing that would cause the code to only fail one of the sample tests and pass everything else.

  • Default User Avatar

    Hi,

    the order of the given input and the instructions are different: "circular race track (km) and the time you run (h)" ≠ "time,round_length"

    The Test description "test 2,1,1000,1000" may be more detailed. Example: "my_speed: 2, ghost_speed: 1, time: 1000, round_length: 1000"

  • Custom User Avatar

    10 random tests are not enough. Consequently, they don't cover edge cases enough.