pytest plugin for instant test progress status
Project description
pytest-progress is a plugin for py.test that allows to print the test progress like number of tests Passed , Failed, Skipped and also instant test failure messages.
Requirements
You will need the following prerequisites in order to use pytest-progress:
Python 3.8, 3.9, 3.10, 3.11 and 3.12
pytest
Installation
To install pytest-progress:
$ pip install pytest-progress
Then run your tests with:
$ py.test --show-progress
If you would like more detailed output (one test per line), then you may use the verbose option:
$ py.test --verbose
Examples
To run the pytest with progress:
$ py.test --show-progress test_progress_report.py $ py.test --showprogress test_progress_report.py
To run tests in verbose mode:
$ py.test --show-progress --verbose test_progress_report.py $ py.test --showprogress --verbose test_progress_report.py
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_progress-1.4.0.tar.gz.
File metadata
- Download URL: pytest_progress-1.4.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63762ebe8f41e254e9762d3aec3e3ede5764a4dfd67427485587675679afc2b6
|
|
| MD5 |
6e14287bbcb253276a433e6d15658575
|
|
| BLAKE2b-256 |
f6f03ebf9fcb861bfee2bd8551a919ca70ca2fdf57ea9cdc662ca3d2ebd776ec
|
File details
Details for the file pytest_progress-1.4.0-py2.py3-none-any.whl.
File metadata
- Download URL: pytest_progress-1.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68ddf7e56a36be735f671d9250f87dcf5277bfe532d50847408afcdfd4b98f5
|
|
| MD5 |
043f2b93c9d39f76f8e045631379dbbf
|
|
| BLAKE2b-256 |
2111ed0666e44c8adf220dca04eebb353312715381fce469e5bb4eee0e8d9bc1
|