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.
There are a lot of restrictions that should be applied so user code won't just use Python classes to implement said class system. At least the user should not be able to
eval
/exec
Current tests are unacceptable, as none of the tests provide meaningful feedback message, and they behave like
test.expect
.Oh yeah, there are no random tests either. The tests are also very weak, so it is not very hard to just pass the tests without implementation a correct solution.
Am I the only one not seeing any sort of specifications in the description? What am I even trying to do?