A pytest plugin that formats test output in a testdox style, presenting test method names as human-readable sentences. Version 3.1.0 supports Python >=3.7 and is actively maintained. Releases are occasional, roughly annually.
pip install pytest-testdoxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable testdox output by passing --testdox flag to pytest.
Run pytest with --testdox or add 'addopts = --testdox' in pytest.ini or pyproject.toml.
Upgrade to Python 3.7+ or use pip install 'pytest-testdox<3'.
Use --tb=short or --tb=long for output control; avoid these deprecated flags.