Mercurial > p > roundup > code
changeset 8252:8a875e0bf749
test: added pytest-testmon
Run test cases that execute changed code. Reduces the time spent to run
tests that cover the changed code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Jan 2025 01:02:09 -0500 |
| parents | 619b723dd2bb |
| children | cae1bbf2536b |
| files | pyproject.toml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pyproject.toml Wed Jan 01 00:54:58 2025 -0500 +++ b/pyproject.toml Wed Jan 01 01:02:09 2025 -0500 @@ -4,7 +4,7 @@ # be adapted for pytest.ini if you are running under python2. # For use with packages: -# python -m pip install pytest-cov pytest-env pytest-randomly +# python -m pip install pytest-cov pytest-env pytest-randomly pytest-testmon minversion = "6.0"
