ソースを参照

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

読み込み中…
キャンセル
保存