We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make test
1 parent 36d6a92 commit 5ff5fccCopy full SHA for 5ff5fcc
1 file changed
Makefile
@@ -6,4 +6,4 @@ publish: test
6
twine upload dist/*
7
8
test:
9
- python -m pytest test/ --cov=trio_cdp --cov-report=term-missing
+ pytest test/ --cov=trio_cdp --cov-report=term-missing
0 commit comments