Ad
  • Custom User Avatar

    Python Translation Please review ꒰˶> ༝ <˶꒱

  • Custom User Avatar

    I don't understand why this kata's satisfaction is higher than 75%.

    There are many flaws:

    • There's no sample test cases (what you've put is useless and not relevant)
    • When your test fails, the message doesn't help at all. You should, at least, give the user's result and the expected result
    • I'm pretty sure I've already solved a very similar kata
  • Custom User Avatar

    There are no sample tests.

  • Default User Avatar

    in your tests:

    • don't use test.expect but test.assert_equals
    • you have to have fixed tests too (better "security")

    and...

    • no need to convert a string character... to a string (character...) ;p