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.
No fixed tests. Copy the example tests to the submit tests. There should be absolutely no possibility of failing the example tests but passing the random tests.
No test with
k = 1
. That means testing the specs is incomplete;k = 1
is legal according to the specs.There are no random tests. The
describe
block says the tests are random, but they're all fixed.There are no universal definitions on how to count "n-th week of a month", unlike "n-th week of a year", which is well-defined in ISO standard. So you need to clarify what definition you're using.
You should mention if
dateTo
is inclusive or not.