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 don't want to fix your kata just pointing out, how it is easier to work with the tests. If the one test suit is generated and you can't separete it into multiple, then what ever. But if it could be automaticly separated for each test to separated scenario that would be great
I agree and that is exactly where it could be improved, the testing of the solution is pain in the ass. When I separate them myself, it is way much easier to debug the code. While other challenges have it already done. I am trying to point out better settup of the task. So the solver can focus puerly on the task itself
The tests should be separated into invidual scenarios. It is difficult to debug it as one whole test