Pytest-richer
A replacement progress and reporting front end for pytest, using Rich to provide enhanced output.
Status
The most recent release is 0.1.1.
This is alpha software. Probably quite robust alpha software (I use it all the time), but there will be pytest options that cause it to fail or behave weirdly.
Please try it and raise issues if you have problems. I intend to check daily and fix things quickly.
Getting started
Install from PyPi using pip, for example:
python -m pip install --user pytest-richerClone this repository and install using pip, For example:
python -m pip install --user pytest-richer
Using
Use the --rich command option when you invoke pytest.
See --help for additional rich- options.
Features
Detailed per-file/per directory progress display.
Per-file view is used for preference.
Per directory view is used when the number of files becomes unwieldy.
Works very well with pytest-xdist
When pytest-xdist is enabled, the progress display stays the same, rather than switching to a simplified form.
Collection errors cause run to stop instead of being ignored.
Error reporting formatting is unaffected by pytest-xdist.
Order of error reports are not affected by pytest-xdist.
Rich is used to format the details of collection and test execution errors.
Arguably more human parseable error reports (at least I think so; suggestions for improvements welcome).
In particular, collection error reports are easier to read.
Additional information displayed.
pytest-xdist output displayed as part of progress display.
Slow setup and teardown phases are visible on the progress display.
Setup and teardown errors separately identified on the progress display and in the final summary.
Number of active pytest-xdist workers (parallel test count) shown.
Some other notable differences from the standard pytest reporter.
Collection error details are reported when the --no-summary option is used.
Tracebacks are not as compact when the --tb=short option is used. This may change in the future, but is currently not practicable.
Long tracebacks include context lines after the failure line. This may change in the future, but is currently not practicable.
Long tracebacks only show 3 lines of context before the failure line; pytest shows all preceding lines within the function.
There will undoubtedly be other differences and missing standard features at this stage. Please raise an issue for any problems.
Credits
This was inspired by pytest-rich.
Release files for pytest-richer 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-richer-0.1.1.tar.gz | 24.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytest_richer-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.2 kB
Release files / pytest-richer-0.1.1.tar.gz
| Download URL | pytest-richer-0.1.1.tar.gz |
|---|---|
| Size | 24.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55e78cf8e5d72cd495c249ada8d547fa5bdc6a469014c1674f3af607b67685eb
|
|
BLAKE2b-256 checksum How to use checksums |
66d4a39a28bc5dc6e6502d2345c3d905638c8af21a2620b951832b4087bb2439
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0+
|
Release files / pytest_richer-0.1.1-py3-none-any.whl
| Download URL | pytest_richer-0.1.1-py3-none-any.whl |
|---|---|
| Size | 25.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ecafeb15c1f5ab654984b715927acb570f03f5f248d75d9fd9228dbc9a15854
|
|
BLAKE2b-256 checksum How to use checksums |
6f21f84c3eb77001e174af867e3d58bc2648c2012fd55f56f2dcf4e6a0b7b614
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.0+
|