pytest-progress
pytest plugin for instant test progress status
What it is and what it does
pytest-progress is a pytest plugin that enhances test output by displaying a live counter of passed, failed, and skipped tests as they run, along with instant failure messages. It activates via the --show-progress command-line flag and works across macOS, Windows, and POSIX systems.
The plugin is designed to give developers immediate visual feedback during test execution without requiring verbose output for every individual test. It depends only on pytest and installs as a pure Python wheel with no compiled dependencies, making it lightweight and portable across supported Python versions (3.8 through 3.13).
Use it for:
- Monitor test progress in CI/CD pipelines to catch failures early without waiting for full suite completion.
- Get instant feedback during local development when running large test suites to see which tests are passing or failing in real time.
- Generate cleaner test output in terminal environments where verbose mode produces too much noise but standard output lacks visibility.
- Quickly identify test failures as they occur rather than scrolling through a final summary after all tests complete.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A pytest plugin that displays real-time test progress counts (passed, failed, skipped) and instant failure messages during test runs.
Yes, if you run pytest regularly and want live progress feedback without verbose output overhead. The low install friction, permissive license, and lack of security vulnerabilities make it a safe addition. However, the aging maintenance status (last commit 276 days ago) means it may not receive updates for new pytest features—verify compatibility with your pytest version before relying on it in production CI/CD.
Install
pytest-progress on PyPI
pip
pip install pytest-progressuv
uv add pytest-progresspoetry
poetry add pytest-progressInstalling pytest-progress
Before you install
Low install friction with a single runtime dependency on pytest. The package is in aging maintenance status with the last commit on 2025-11-11, but the repository is not archived and supports current Python versions.
License in practice
MIT License permits unrestricted use, modification, and distribution with minimal restrictions, making it safe to adopt in commercial and open-source projects.
Quickstart
pip install pytest-progress
Then run tests with:
py.test --show-progress test_file.py
Or with verbose output:
py.test --show-progress --verbose test_file.py
Requires Python 3.8 or later and pytest to be installed.
Verify before relying
- Whether the plugin works reliably with pytest versions beyond those tested at release time.
- Performance impact on large test suites with thousands of tests.
Package facts
| License | MIT License Copyright (c) 2020 santosh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pytest |
| Maintenance | aging — 276 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 124,223/month — #11,877 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pytest_progress-1.4.0-py2.py3-none-any.whl
Keywords: py.test, pytest, report
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
pytest-github-actions-annotate-failuresA pytest plugin that automatically annotates…
permissive · top 5,000 on PyPI
pytest-instafailA pytest plugin that displays test failures and…
permissive · top 5,000 on PyPI
pytest-sugarA pytest plugin that improves test output with…
permissive · top 5,000 on PyPI
pytest-catchlogA pytest plugin that automatically captures log…
permissive · top 15,000 on PyPI
pytest-excelA pytest plugin that generates Excel reports…
permissive · top 15,000 on PyPI
pytest_taggingA pytest plugin that lets you tag tests with…
permissive · top 15,000 on PyPI
pytest-watchRuns pytest continuously, re-executing tests…
permissive · top 5,000 on PyPI
teamcity-messagesSends test results and build status from Python…
permissive · top 15,000 on PyPI
pytest-jiraA pytest plugin that links test cases to JIRA…
copyleft · top 15,000 on PyPI
pytest-custom-reportA pytest plugin that lets you customize the…
permissive · top 15,000 on PyPI