🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

pytest-progress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-progress

pytest plugin for instant test progress status

1.3.0
PyPI
Maintainers
1

pytest-progress

pytest-progress is a plugin for py.test <http://pytest.org>_ 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

Keywords

py.test pytest report

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts