{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/9"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/4"}],"enrichment":{"capability":"A pytest plugin that displays real-time test progress counts (passed, failed, skipped) and instant failure messages during test runs.","skillfed_tags":["pytest-plugin","test-reporting"],"use_cases":["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."],"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.\n\nThe 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).","worth_installing":"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\u2014verify compatibility with your pytest version before relying on it in production CI/CD."},"id":"pytest-progress","links":{"html":"https://skillfed.io/packages/pytest-progress","md":"https://skillfed.io/packages/pytest-progress.md","pypi":"https://pypi.org/project/pytest-progress/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-11","license_spdx":null,"license_treatment":"permissive","name":"pytest-progress","python_support":"supports_current","summary":"pytest plugin for instant test progress status"},"popularity":{"monthly_downloads":124223,"position":11877,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.0"}
