
pytest — JSON Report (pytest-json-report)
The pytest-json-report document, which records setup, call and teardown as three separate phases per test and keeps error distinct from failed in its summary. A test can pass its call phase and still error in teardown, which is why summing outcomes without reading the phases gives the wrong total. Reports the same canonical run as the JUnit dialect files: 12 tests, 9 passed, 1 assertion failure, 1 error and 1 skip.
- File
- JSON · Runners · UTF-8
- Use case
- JSON parsingConversion testing+1· Conversion set




















