@@ -3,6 +3,7 @@
*.pyc
__pycache__/
.mypy_cache/
+tests/out/
# Python and Node dependencies
venv/
@@ -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