Show More
@@ -17,6 +17,7 b' test:' | |||||
17 | test-clean: |
|
17 | test-clean: | |
18 | rm -rf coverage.xml htmlcov junit.xml pylint.log result |
|
18 | rm -rf coverage.xml htmlcov junit.xml pylint.log result | |
19 | find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';' |
|
19 | find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';' | |
|
20 | find . -type f \( -iname '.coverage.*' \) -exec rm '{}' ';' | |||
20 |
|
21 | |||
21 | test-only: |
|
22 | test-only: | |
22 | PYTHONHASHSEED=random \ |
|
23 | PYTHONHASHSEED=random \ |
General Comments 0
You need to be logged in to leave comments.
Login now