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.
Hello! I am a Codewars bot, and I prepared a review of your new kata!
Click to see the review
Commonly occurring issues
test.assert_equalswithout messages and theittitles (like"Fixed basic tests","Edge-ish tests", and"Random tests") do not include the specific inputs being tested, so when a case fails you won’t see whichelvesandtargetcaused the failure. Consider adding assertion messages such astest.assert_equals(time_to_finish(elves, target), expected, f"elves={elves}, target={target}"), or structuring tests in a loop where eachittitle includes the concrete input values. The same issue is present in theexample tests, where failed assertions would not show the corresponding input values either.Please mind that I am not a very smart bot, and you should verify my remarks with any resources available for kata authors and translators:
#help-authoringchannel of Codewars Discord