Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarpas/pytest-testmon
Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://github.com/tarpas/pytest-testmon
build-tool ci python test-automation testing
Last synced: 3 months ago
JSON representation
Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
- Host: GitHub
- URL: https://github.com/tarpas/pytest-testmon
- Owner: tarpas
- License: mit
- Created: 2015-02-02T14:21:10.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:20:23.000Z (9 months ago)
- Last Synced: 2024-05-22T12:31:06.681Z (8 months ago)
- Topics: build-tool, ci, python, test-automation, testing
- Language: Python
- Homepage: https://testmon.org
- Size: 815 KB
- Stars: 791
- Watchers: 17
- Forks: 54
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pytest - pytest-testmon - Selects tests affected by changed files. Continous test runner when used with pytest-watch. (Plugins)
- awesome-python-testing - pytest-testmon - Selects tests affected by changed files. Continuous test runner when used with pytest-watch. (Speed)
- best-of-python-dev - GitHub - 18% open · ⏱️ 30.04.2024): (Testing Tools)
- starred-awesome - pytest-testmon - taking TDD to a new level with testmon and py.test for Python (Python)
- stars - tarpas/pytest-testmon - Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch. (Python)
- stars - tarpas/pytest-testmon - Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch. (Python)
README
This is a pytest plug-in which automatically selects and re-executes
only tests affected by recent changes. How is this possible in dynamic
language like Python and how reliable is it? Read here: [Determining
affected tests](https://testmon.org/blog/determining-affected-tests/)## Quickstart
pip install pytest-testmon
# build the dependency database and save it to .testmondata
pytest --testmon# change some of your code (with test coverage)
# only run tests affected by recent changes
pytest --testmonTo learn more about different options you can use with testmon, please
head to [testmon.org](https://testmon.org)## Call for opensource projects: try testmon in CI with no effort or risk.
We would like to run testmon within your project, collect data and improve!
We'll prepare the PR for you and set everything up so that no tests are deselected initially.
You can start using the full functionality whenever the reliability and time savings seem right!
Please SIGN UP and we'll contact you shortly.