• Custom User Avatar

    @barakah I believe you are referring to the example tests? those will still have their old content until you click the reset button or manually edit. the actual test code is still updated regardless of whether you reset, I think.

  • Custom User Avatar

    by default is set to Python 3.8 and still same issue. can't switch back to 3.6 since it's disabled.

  • Custom User Avatar

    @K-Calderon- your kata has an issue with TDD that raise error about variable Test is not defind.
    We can't complete this kata.

  • Custom User Avatar

    Switch language version to Python 3.8.

  • Custom User Avatar

    This would be Python.

    for 3.6, codewars_test is imported as both test and Test, while for 3.8 it is imported only as test

    I do wonder if this is intentional because it probably breaks many kata.

  • Custom User Avatar

    Even when using known solutions I get the message "Test is not defined."

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution