Closed jorgejesus closed 8 years ago
Wrong coverage command on read me, current: coverage run --source=pywps -m unittest tests correct: python -m coverage run --source=pywps -m unittest tests
Also possible to install as package (python-coverage) and then run
python-coverage --source=pywps -m unittest tests
Fixed in pull request #170.
Description
Wrong coverage command on read me, current: coverage run --source=pywps -m unittest tests correct: python -m coverage run --source=pywps -m unittest tests
Also possible to install as package (python-coverage) and then run
python-coverage --source=pywps -m unittest tests