diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 2611188990..b797c15db4 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -74,6 +74,10 @@ To run only the pep8/flake8 syntax and style checks:: tox -epep8 +To run unit test coverage and check percentage of code covered:: + + tox -e cover + To discover and interact with templates, please refer to ``_