1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00

Verbose pytest output to help understand test failures.

This commit is contained in:
William Ting 2016-05-04 00:50:06 -07:00
parent 737563570e
commit eafd6ac451

View File

@ -19,7 +19,7 @@ deps =
pytest pytest
commands = commands =
coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \ 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 coverage report -m