We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fd
1 parent e531576 commit 3f56b7dCopy full SHA for 3f56b7d
Makefile
@@ -30,7 +30,8 @@ build:
30
$(BUILD)
31
32
clean:
33
- find . -type f -name \*.pyc -exec rm {} \;
+ # find . -type f -name \*.pyc -exec rm {} \;
34
+ fd -e pyc -I -x rm
35
rm -rf dist *.egg-info .coverage .DS_Store
36
37
cleandocs:
requirements-test.txt
@@ -2,5 +2,6 @@
2
behave>=1.2.3
3
pyparsing>=2.0.1
4
pytest>=2.5
5
+pytest-coverage
6
pytest-xdist
7
ruff
0 commit comments