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 random tests.
Is the version always 3 digits with dots? Can names contain digits? Etc... The format should be described better and a few tests with similar strings isn't enough.
The sample tests aren;t structured correctly, so they just print to stderr.
No random tests.
Your Kata needs more test coverage - only 7 fixed assertions in the entire test suite is not quite enough to prevent logically flawed and/or hardcoded solutions. Either increase the number of unique, distinct fixed tests to at least 20 which should include edge cases as well (such as empty arrays as input) or even better, you could add 100+ random tests.