Wire in Python code coverage testing

Wire in pytest-cov to give code coverage results when running tests.
This does not publish the information curently.
This commit is contained in:
Guy Taylor
2018-10-23 15:28:27 +01:00
committed by Sebastian Thiel
parent 4faa5f6203
commit 73db014fe1
2 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ license: LICENSE.md
regen-apis: | clean-all-api clean-all-cli gen-all-api gen-all-cli license
test-gen: $(PYTHON)
$(PYTEST) src
$(PYTEST) --cov=src src
test: test-gen

View File

@@ -2,4 +2,5 @@ mako
pyyaml
mkdocs==0.16.3
pytest
pytest-cov
importlib_resources