Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 8f68cca

Browse files
committed
verbose output for pytest
1 parent e4a884a commit 8f68cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ usedevelop =
2020
nocov: false
2121
cov: true
2222
commands =
23-
nocov: pytest tests --no-cov {posargs}
24-
cov: pytest tests {posargs}
23+
nocov: pytest tests --no-cov {posargs} -vv
24+
cov: pytest tests {posargs} -vv
2525

2626
[testenv:py38-lint]
2727
skip_install = true

0 commit comments

Comments
 (0)