From 705eafbd3e3e22d670472483de5e24742f6c8711 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 18 Sep 2017 14:55:52 +0300 Subject: [PATCH] Print all warnings (-W all), and show prints (-s# disable all capturing) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 42f8433..ff9f1ed 100644 --- a/tox.ini +++ b/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