-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.4. support for simultanously executing testmon with pytest-xdist a…
…nd pytest-cov.
- Loading branch information
Showing
7 changed files
with
364 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[metadata] | ||
name = pytest-testmon | ||
version = 1.3.7 | ||
version = 1.4.0b1 | ||
license = AGPL | ||
author_email = [email protected] | ||
author = Tibor Arpas, Tomas Matlovic, Daniel Hahler, Martin Racak | ||
author = Tibor Arpas, Tomas Matlovic | ||
description = selects tests affected by changed files and methods | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
|
@@ -36,7 +36,7 @@ classifiers = | |
python_requires = >=3.7, <3.12 | ||
install_requires = | ||
pytest>=5,<8 | ||
coverage>=5,<7 | ||
coverage>=6,<7 | ||
|
||
packages = | ||
testmon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"""PYTEST_DONT_REWRITE""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.