{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/4"}],"enrichment":{"capability":"pytest-incremental is a pytest plugin that speeds up test execution by analyzing project structure and file changes to reorder tests and skip unchanged ones.","skillfed_tags":["pytest-plugin","abandoned"],"use_cases":["Speed up local test-driven development by running only tests affected by recent code changes.","Reduce feedback latency in development by prioritizing tests most likely to catch regressions.","Optimize test execution order to fail fast on high-impact tests before running the full suite.","Accelerate interactive development workflows where developers run tests frequently between code edits."],"what_it_does":"pytest-incremental is a pytest plugin designed to accelerate test feedback loops during development. It tracks file modifications between test runs and uses that information to reorder test execution and skip tests that are unlikely to be affected by recent changes. This allows developers to get faster feedback when running tests interactively, rather than waiting for the entire test suite to complete each time.\n\nThe plugin analyzes your project structure to understand dependencies between code and tests, then uses this analysis along with file change detection to make intelligent decisions about which tests to run and in what order. However, the package has been abandoned for 1938 days, with the last release in April 2021, raising concerns about compatibility with modern pytest versions and recent Python releases.","worth_installing":"No. The package is abandoned (last release April 2021, 1938 days without updates) and high install friction is reported. Compatibility with current pytest and Python versions is unverified. For modern incremental testing, consider actively maintained alternatives."},"id":"pytest-incremental","links":{"html":"https://skillfed.io/packages/pytest-incremental","md":"https://skillfed.io/packages/pytest-incremental.md","pypi":"https://pypi.org/project/pytest-incremental/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-04-24","license_spdx":null,"license_treatment":"permissive","name":"pytest-incremental","python_support":"unspecified","summary":"an incremental test runner (pytest plugin)"},"popularity":{"monthly_downloads":196626,"position":9777,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
