Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytest-dev/pytest-incremental
py-test plugin: an incremental test runner
https://github.com/pytest-dev/pytest-incremental
Last synced: 3 days ago
JSON representation
py-test plugin: an incremental test runner
- Host: GitHub
- URL: https://github.com/pytest-dev/pytest-incremental
- Owner: pytest-dev
- License: mit
- Created: 2015-01-30T08:32:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T12:03:37.000Z (over 2 years ago)
- Last Synced: 2024-05-22T12:30:46.256Z (6 months ago)
- Language: Python
- Homepage: http://pytest-incremental.readthedocs.org
- Size: 154 KB
- Stars: 41
- Watchers: 40
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-python-testing - Pytest-incremental - analyses your project structure and file modifications between test-runs to modify the order tests are executed and de-select tests. (Speed)
- starred-awesome - pytest-incremental - py-test plugin: an incremental test runner (Python)
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%3Atestpytest-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-doitlicense
=======The MIT License
Copyright (c) 2015-2021 Eduardo Naufel Schettinosee LICENSE file