Skip to content

Commit f206ada

Browse files
committed
Temporarily added verbose logs for Pytest.
1 parent ea23453 commit f206ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv =
1313
deps =
1414
-r{toxinidir}/requirements_dev.txt
1515
commands =
16-
pytest --basetemp={envtmpdir} --cov --cov-append --cov-report=term-missing
16+
pytest --basetemp={envtmpdir} --cov --cov-append --cov-report=term-missing -v
1717

1818
[testenv:mypy]
1919
basepython = python3.10

0 commit comments

Comments
 (0)