# pytest-incremental **Repository Path**: mirrors_pytest-dev/pytest-incremental ## Basic Information - **Project Name**: pytest-incremental - **Description**: py-test plugin: an incremental test runner - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: https://img.shields.io/pypi/v/pytest-incremental.svg :target: https://pypi.python.org/pypi/pytest-incremental .. image:: https://img.shields.io/pypi/pyversions/pytest-incremental.svg :target: https://pypi.python.org/pypi/pytest-incremental .. image:: https://github.com/pytest-dev/pytest-incremental/workflows/test/badge.svg :target: https://github.com/pytest-dev/pytest-incremental/actions?query=workflow%3Atest .. warning:: **DEPRECATED: This project is no longer maintained.** A replacement project is being developed at `schettino72/rut `_. The new project is built on unittest directly and is not a pytest plugin. pytest-incremental ==================== an incremental test runner (pytest plug-in) *pytest-incremental* analyses your project structure and file modifications between test-runs to modify the order tests are executed and de-select tests. This allows a much faster feedback for interactive test execution. Project Details =============== - Website & docs - https://pytest-incremental.readthedocs.io - Project code + issue track on github - https://github.com/pytest-dev/pytest-incremental - PyPI - https://pypi.python.org/pypi/pytest-incremental - Discussion group - http://groups.google.co.in/group/python-doit license ======= The MIT License Copyright (c) 2015-2021 Eduardo Naufel Schettino see LICENSE file