소스 검색

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

불러오는 중...
취소
저장