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.
SVG spec allows for 1 or more set of parameter values for each command; this is not tested at all. ALl tests only test 1 set of params per command.
All random tests (and some fixed tests) are run outside
it
blocks. This messes up with logging in user code, they now all clump before the first test block and there are no ways to figure out which log corresponds to which test.