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.
Python: new test frameworks to be used.
Python: Random tests are vulnerable to input modification.
The test code needs serious refactoring:
Needs sample tests
the kata is fairly challenging, although when a user is undergoing through 848 tests should get more information.
The fact of having half-season instead of full-season is making it complex to tackle and has been the thing I was struggling the most with (example: 10 teams, 5 teams play 5 home matches while the other 5 teams only 4).
I think that due to complexity and poor -visible- testing (no testing in user window), very few other people will likely complete this kata; I, for one, solved it because I've been doing round-robin schedule in the past and know how the algorithm works.