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.
I confirm that the typo still exists
I'm sorry, maybe I wasn't able to explain my issue properly; I have a piece of code that passes a few tests that I run locally, but I'm unable to pass the "hidden" tests of the kata because I receive the message
Ok then, what is the test that fails? How do I debug code that fails to pass a test I don't see?
These tests pass; every other test I can imagine and write passes as well.
Well, if I can, please tell me how :) I looked for a button that uncovered the hidden tests for quite a long time.
What is the point of having tests that do not cover all the cases covered by random tests? My code fails because of a test I can't see. So I must guess what's wrong without actually knowing what's wrong. It's pointless (also, against TDD).