From e17c30ed2b4600c8e0477d9faee9e789b69be6a2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 16:49:00 +0200 Subject: [PATCH] save test output in tests/out --- .gitignore | 1 + bin/test.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 736b884e..e29719e4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pyc __pycache__/ .mypy_cache/ +tests/out/ # Python and Node dependencies venv/ diff --git a/bin/test.sh b/bin/test.sh index 3c472812..b33921af 100755 --- a/bin/test.sh +++ b/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