Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update class `CreateFailureTestCase` in module `pulp_smash.tests.platform.api_v2.test_repository`: * Refactor all of its test methods to make them produce more useful output upon failure. * Rename `test_exception_json_http_status` to `test_body_status_code`. * Make `test_status_code` and `test_body_status_code` selectively skip sub-tests using the new `bug_is_untestable` utility functions. Before diff: ============ ======================================== Pulp Version Test Suite Results ============ ======================================== 2.6 FAILED (failures=7, skipped=6) 2.7 FAILED (failures=7, skipped=5) dev FAILED (failures=7, errors=1, skipped=5) ============ ======================================== After diff: ============ ======================================== Pulp Version Test Suite Results ============ ======================================== 2.6 FAILED (failures=5, skipped=8) 2.7 FAILED (failures=5, skipped=7) dev FAILED (failures=5, errors=1, skipped=7) ============ ========================================
- Loading branch information