A pytest plugin that dumps the stages of the pytest testing process to the terminal.
It uses rich
to add formatting to the output.
Install using pip
pip install pytest_richtrace
To activate the plugin add the --rich-trace
option to the pytest
command line.
pytest --rich-trace -q
pytest --rich-trace
pytest --rich-trace --verbose
pytest --rich-trace --collect-only