Mercurial > p > roundup > code
comparison pyproject.toml @ 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 | c41e669a655c |
| children |
comparison
equal
deleted
inserted
replaced
| 8251:619b723dd2bb | 8252:8a875e0bf749 |
|---|---|
| 2 # Note this only works under python3. Pytest 6.0+ supports | 2 # Note this only works under python3. Pytest 6.0+ supports |
| 3 # pyproject.toml and is not available for python 2. These settings can | 3 # pyproject.toml and is not available for python 2. These settings can |
| 4 # be adapted for pytest.ini if you are running under python2. | 4 # be adapted for pytest.ini if you are running under python2. |
| 5 | 5 |
| 6 # For use with packages: | 6 # For use with packages: |
| 7 # python -m pip install pytest-cov pytest-env pytest-randomly | 7 # python -m pip install pytest-cov pytest-env pytest-randomly pytest-testmon |
| 8 | 8 |
| 9 minversion = "6.0" | 9 minversion = "6.0" |
| 10 | 10 |
| 11 # Disable randomly by default. There are still a few tests that are | 11 # Disable randomly by default. There are still a few tests that are |
| 12 # order dependent. Enable on cli for python3 only using: | 12 # order dependent. Enable on cli for python3 only using: |
