Print all warnings (-W all), and show prints (-s# disable all capturing)
This commit is contained in:
parent
8e99f2b04e
commit
705eafbd3e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -15,7 +15,7 @@ deps =
|
|||
ipdb
|
||||
pytest-cov
|
||||
flaky
|
||||
commands = py.test -v --cov pylast --cov-report term-missing {posargs}
|
||||
commands = py.test -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
deps = ipdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue