mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-09 08:06:35 +02:00
save test output in tests/out
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
tests/out/
|
||||||
|
|
||||||
# Python and Node dependencies
|
# Python and Node dependencies
|
||||||
venv/
|
venv/
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user