Ver código fonte

Verbose pytest output to help understand test failures.

pull/430/head
William Ting 8 anos atrás
pai
commit
eafd6ac451
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tox.ini

+ 1
- 1
tox.ini Ver arquivo

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

Carregando…
Cancelar
Salvar