We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1092b commit f63d29fCopy full SHA for f63d29f
1 file changed
Makefile
@@ -41,7 +41,8 @@ py-test: .cache/py-packages ## Run Python tests with pytest, including coverage
41
${UV_RUN}pytest --reuse-db --cov --cov-report term:skip-covered
42
43
@echo "Removing test files generated during test"
44
- @find media/ -iname 'test_*.pdf' -o -iname 'test_image*' -o -iname '*.dat' -delete
+ @find media/ -iname 'test_*.pdf' -delete
45
+ @find media/ -iname '*.dat' -delete
46
@find media/ -type d -empty -delete
47
@rm -rf media/temp_uploads/*
48
0 commit comments