We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be940b5 commit 3905967Copy full SHA for 3905967
1 file changed
README.md
@@ -68,7 +68,7 @@ This project uses pytest for unit testing and flake8 for linting.
68
Run tests and check coverage:
69
70
```Bash
71
-pytest --cov=.
+python -m pytest --cov=.
72
```
73
74
Run linting:
0 commit comments