소스 검색

save test output in tests/out

Nick Sweeting 5 년 전
부모
커밋
e17c30ed2b
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 1 1
      bin/test.sh

+ 1 - 0
.gitignore

@@ -3,6 +3,7 @@
 *.pyc
 __pycache__/
 .mypy_cache/
+tests/out/
 
 # Python and Node dependencies
 venv/

+ 1 - 1
bin/test.sh

@@ -14,4 +14,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
 
 source "$DIR/.venv/bin/activate"
 
-pytest -s
+pytest -s --basetemp=tests/out