We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de7dca commit 5c474fdCopy full SHA for 5c474fd
tox.ini
@@ -17,8 +17,8 @@ description = run the test driver with {basepython}
17
setenv = cov: COVERAGE_FILE={toxworkdir}/.coverage.{envname}
18
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86)
19
deps = -rtest-requirements.txt
20
-commands = python -m pytest {posargs}
21
- cov: python -m pytest {posargs: --cov mypy --cov-config setup.cfg}
+commands = python -m pytest --durations 100 {posargs}
+ cov: python -m pytest --durations 100 {posargs: --cov mypy --cov-config setup.cfg}
22
23
24
[testenv:coverage]
0 commit comments