Skip to main content

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
quiet output

Normal output

pytest --rich-trace
normal output

Verbose output

pytest --rich-trace --verbose
verbose output

--collect-only output

pytest --rich-trace --collect-only
--collect-only output

Project details


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)

Uploaded Source

Built Distribution

pytest_richtrace-0.2.1-py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page