Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks for the response!
If you write your code in your IDE on your PC, then paste it into Codewars, you must make sure that the function name is the same as the one that is visible in the "default"/starting screen on the Codewars kata page - because the tests will be expecting to import that named function.
So if a kata asks for a function "count_to_ten" and you call it "my_test_function_on_my_pc" then it won't work.
I'm dealing with the same issue. How did you fix it?
To clarify: the name of my function is exactly the same as when the kata started. I have tested 25+ URLs and it returns the expected output. However, the attempts fail.
This comment is hidden because it contains spoiler information about the solution