Details
- test to ensure that the returned exceptions are correctly formatted.
- test to ensure that all endpoints return the correct status codes
xFail tests
Tests that are marked xfail must actually be counted as a test and therefore assert False as a positive and if assert True then fail the test. Any xFail test that assert True is a regression.
Links
Requirements
Details
xFail tests
Tests that are marked xfail must actually be counted as a test and therefore
assert Falseas a positive and ifassert Truethen fail the test. Any xFail test thatassert Trueis a regression.Links
Requirements