File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ significantly decrease performance.
178
178
179
179
To run tests with coverage:
180
180
181
- python3 -m pytest --durations 100 -- cov mypy --cov-config setup.cfg --cov-report=term-missing:skip-covered --cov-report=html
181
+ python3 -m pytest --cov mypy --cov-config setup.cfg --cov-report=term-missing:skip-covered --cov-report=html
182
182
183
183
184
184
Debugging
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ isolated_build = true
16
16
description = run the test driver with {basepython}
17
17
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86)
18
18
deps = -rtest-requirements.txt
19
- commands = python -m pytest --durations 100 {posargs}
19
+ commands = python -m pytest {posargs}
20
20
21
21
[testenv:lint]
22
22
description = check the code style
You can’t perform that action at this time.
0 commit comments