Closed teknico closed 4 years ago
Add an easy way to get test coverage by using a pytest plugin. Part of #38.
pytest-cov
pyproject.toml
./decred/coverage-html.sh
CONTRIBUTING.md
Add an easy way to get test coverage by using a pytest plugin. Part of #38.
pytest-cov
plugin topyproject.toml
as a dev. dependency../decred/coverage-html.sh
script to run tests and generate an HTML coverage report.CONTRIBUTING.md
doc.