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 framework is required. updated in this fork
python: asertions must be wrapped with a
test.it
block, not a describe one (the prin can be replaced by ait
block to resolved the issue below)Tests should not produce (print) any output on the console.
You don't specify that the end date is inclusive. Usually and end date is exclusive.
There're already lots of katas asking the user to perform a trivial
map
/filter
/reduce
operation.