Ad
  • Default User Avatar

    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.