A pytest plugin that displays the names and information of the pytest hook functions as they are executed.
Project description
pytest-richtrace
A pytest plugin that dumps the stages of the pytest testing process to the terminal.
It uses rich
to add formatting to the output.
Installation
Install using pip
pip install pytest_richtrace
Usage
To activate the plugin add the --rich-trace
option to the pytest
command line.
Sample output
Full test run
Quiet output
pytest --rich-trace -q
Normal output
pytest --rich-trace
Verbose output
pytest --rich-trace --verbose
--collect-only output
pytest --rich-trace --collect-only
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest_richtrace-0.2.1.tar.gz
(14.3 kB
view hashes)
Built Distribution
Close
Hashes for pytest_richtrace-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12ebfce6b26c68ffdd4533153b78855ea5828f14f14f5b2cc00160b0ea240cde |
|
MD5 | 992dec679361d47def7243f0612fd366 |
|
BLAKE2b-256 | d4f4008ac38427f823cf5e52211a64f7e45d5bcbf72db87506d696a4226a8ce5 |