From eafd6ac451601cb6bf5fd7e52d63d8192b9ffcef Mon Sep 17 00:00:00 2001 From: William Ting Date: Wed, 4 May 2016 00:50:06 -0700 Subject: [PATCH] Verbose pytest output to help understand test failures. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 26e8b83..d2d98a0 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = pytest commands = coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \ - py.test -rxs --tb native -s --strict {posargs:tests} + py.test -vv -rxs --tb native -s --strict {posargs:tests} coverage report -m