Skip to content

Commit 4536396

Browse files
authored
Merge pull request #653 from gschwind/fix-readme-001
Update test section in README.md about pytest
2 parents c8d1fe1 + 645294c commit 4536396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [requirements.txt](requirements.txt) file
2626
```bash
2727
pip install -r requirements-dev.txt
2828
# run unit tests
29-
python -m unittest tests
29+
python -m pytest tests
3030
# run code coverage
3131
python -m coverage run --source=pywps -m unittest tests
3232
python -m coverage report -m

0 commit comments

Comments
 (0)