pytest plugin that provides instant, colorful test progress status as each test runs, including elapsed time and test counts. Current version 1.4.0, released 2024-06-30; no active development since, but stable.
pip install pytest-progressNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run pytest with the --progress flag to see a dynamic status bar. No code changes needed.
Ensure colorama is installed (pip install colorama) or use --no-header --no-progress to disable colors.
Upgrade Python to 3.8+ or pin to pytest-progress==1.3.0 if Python 3.7 is required.
Disable other output plugins or use --no-progress to turn off progress.
Avoid using with xdist, or set PYTEST_PROGRESS=xdist to attempt compat (experimental).