瀏覽代碼

Verbose pytest output to help understand test failures.

pull/430/head
William Ting 8 年之前
父節點
當前提交
eafd6ac451
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tox.ini

+ 1
- 1
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

Loading…
取消
儲存