@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.
by default is set to Python 3.8 and still same issue. can't switch back to 3.6 since it's disabled.
@K-Calderon- your kata has an issue with TDD that raise error about variable Test is not defind. We can't complete this kata.
Switch language version to Python 3.8.
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
test
Test
I do wonder if this is intentional because it probably breaks many kata.
Even when using known solutions I get the message "Test is not defined."
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
@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.
by default is set to Python 3.8 and still same issue. can't switch back to 3.6 since it's disabled.
@K-Calderon- your kata has an issue with TDD that raise error about variable Test is not defind.
We can't complete this kata.
Switch language version to Python 3.8.
This would be Python.
for 3.6, codewars_test is imported as both
test
andTest
, while for 3.8 it is imported only astest
I do wonder if this is intentional because it probably breaks many kata.
Even when using known solutions I get the message "Test is not defined."
This comment is hidden because it contains spoiler information about the solution