AequilibraE / qaequilibrae

Free QGIS add-on for transportation modeling
https://www.aequilibrae.com/qgis/latest/
Other
73 stars 24 forks source link

Add test coverage reports #262

Closed pedrocamargo closed 6 months ago

pedrocamargo commented 6 months ago

We need to track test coverage for QAequilibraE

We need to install pytest coverage before running pytest

python3 -m pip install pytest-cov

And then run pytest in a different way

python3 -m pytest test -v --tb=short --cov=qaequilibrae