A pytest plugin that lists Python warnings in the pytest report. Version 0.3.1. Low release cadence, last updated in 2020.
pip install pytest-warningsVerified import paths — ran on the pinned version, not inferred.
Enable the plugin in conftest.py to include warnings in the pytest report.
Use `pytest -W error::UserWarning` or configure `filterwarnings` in pytest.ini.
Use underscore in conftest.py: `pytest_plugins = ['pytest_warnings']`.
No dependency data recorded yet.