Update dev-quickstart.rst

This will add inofrmation about running test coverage.

Change-Id: I4276e794e596570cf56289dccc082a7473b4151f
This commit is contained in:
Manjeet Singh Bhatia 2015-12-16 16:34:06 +00:00
parent 2a8fd260c5
commit 8a85245fb5
1 changed files with 4 additions and 0 deletions

View File

@ -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
`<http://docs.openstack.org/developer/magnum/dev/dev-bay-template-example.html>`_