We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280b622 commit 4c6b83fCopy full SHA for 4c6b83f
bin/clean.sh
@@ -6,4 +6,4 @@ cd "$dir/.."
6
find . -name __pycache__ -type d | while read d
7
do rm -rfv "$d"
8
done
9
-rm -rfv .pytest_cache build dist src/*.egg-info
+rm -rfv .pytest_cache build dist src/*.egg-info tests/.pytest_cache
0 commit comments