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.
2 parents c8d1fe1 + 645294c commit 4536396Copy full SHA for 4536396
README.md
@@ -26,7 +26,7 @@ See [requirements.txt](requirements.txt) file
26
```bash
27
pip install -r requirements-dev.txt
28
# run unit tests
29
-python -m unittest tests
+python -m pytest tests
30
# run code coverage
31
python -m coverage run --source=pywps -m unittest tests
32
python -m coverage report -m
0 commit comments