Verbose pytest output to help understand test failures.

pull/430/head
William Ting 8 years ago
parent 737563570e
commit eafd6ac451

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

Loading…
Cancel
Save