Print all warnings (-W all), and show prints (-s# disable all capturing)

This commit is contained in:
Hugo 2017-09-18 14:55:52 +03:00
parent 8e99f2b04e
commit 705eafbd3e

View file

@ -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