Ad
  • Default User Avatar

    Thank you for making these SQL katas. I found them very enjoyable to work through. I especially like the comments/intros at the beginnings to each, more people should do those. Thanks again!

  • Default User Avatar

    test.describe("Year to decade, popular And gregorian)
    SyntaxError: EOL while scanning string literal
    I think you need to add a ending " to the 'test.describe("Year to decade, popular And gregorian)'

  • Default User Avatar

    Theres a problem in the tests in that the FW_COUNT and the BW_COUNT are not equal to their required numbers
    I am getting the error: "0 should equal ('positive integer')"
    The instructions say to not touch them("FW_COUNT" and "BW_COUNT"), yet even if i could i do not know how to get around this problem.
    My code does all else that is required however(calls the correct functions and the error string)
    Until this is fixed i cannot complete this kata.

  • Default User Avatar

    Description is confusing to me. I dont see how you can solve this without reverse engineering the test cases(as mentioned by mentalplex).

  • Default User Avatar

    Random tests are not working as the 'should equal' parts have more than one spaces between the words.

  • Default User Avatar

    File "", line 18
    test.assert_equals(sum_of_numbers(x), , "Did not return the expected value.")
    ^
    SyntaxError: invalid syntax

    Please make sure your tests work before publishing...

  • Default User Avatar

    The tests for the program work- "Zach" returns 18, "Jack" (or any other name) returns 0. Its just when i try to do the hidden tests it says "ypeError: howManyLightsabersDoYouOwn() missing 1 required positional argument: 'st'"
    I have little clue what this means. Edit:thanks, ill find out what that means.

  • Default User Avatar

    TypeError: howManyLightsabersDoYouOwn() missing 1 required positional argument: 'st'
    PHP tests are buggy. cant finish.

  • Default User Avatar

    Test do not match description; instructions say to write "hello world!" not "hello world". Also there are no sample tests.

  • Default User Avatar

    Cant pass hidden tests.
    Description gives nothing.

  • Default User Avatar

    Description not clear. Also 'cmp' function does not work for me.

  • Default User Avatar

    Try makeing the user have to use more types of variables, such as boolean or float.