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.
WTF! Test failed when it should be correct. Below is the response:
Testing .page_item_count() method for 4 elements, 5 elements per page, page number -5
It should work for random tests too: -1 should equal 5
Calling page_item_count(-5) should result in -1 and not equal to 5 unless the objective is to return abs(-5).
Is there a way to flag bad test cases so it can be removed? I'm doing the Python kata by the way.