Skip to content

Commit c149f5d

Browse files
enh: delete cache dir at start of test
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent ae6f28a commit c149f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_all_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -u
88
[[ "$(type deactivate)" == "deactivate is a shell function"* ]] && deactivate
99
[ -e "temp" ] && rm -rv temp
1010
[ -e "test_env" ] && rm -rv test_env
11+
[ -e "wdoc_user_cache_dir" ] && rm -rv wdoc_user_cache_dir
1112
[ -e "__pycache__" ] && rm -rv __pycache__
1213

1314
# setup venv

0 commit comments

Comments
 (0)