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.
Thank you BenjaminZWhite for the detailed explanation, I now have all tests fully working with your comment but I guess I need to look into speeding up things.
My solution is proven to work and works quick in PyCharm but here it times out after 12 seconds with failed tests(?) Running the failed tests in PyCharm does not provide the same result as given here. Not quite sure how I could speed it up anymore or how to not make it fail tests that work fine in another IDE.