From 0346be701ea4f7ec48ca858bd3bf62d2b4b90008 Mon Sep 17 00:00:00 2001 From: wordofglass Date: Thu, 14 Apr 2016 17:14:49 +0200 Subject: [PATCH] list skipped tests when running nosetests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af245bf8f..d220f1895 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = flask mock nose + nose-show-skipped pyechonest pylast rarfile @@ -29,7 +30,7 @@ deps = {[testenv]deps} coverage commands = - nosetests --with-coverage {posargs} + nosetests --show-skipped --with-coverage {posargs} [testenv:py27setup] basepython = python2.7