1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

save test output in tests/out

This commit is contained in:
Nick Sweeting 2020-12-11 16:49:00 +02:00
parent 09fa58ea4b
commit e17c30ed2b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

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