Docs updated to get coverage report

Added a section in "doc/running-tests.rst" which provides the guidance
to find the coverage report for kolla.

Change-Id: I57c3bd462a6f5bfdbc50a18407b27fa43869db79
This commit is contained in:
Surya Prakash Singh 2017-01-25 13:17:01 +05:30
parent a29a5ad919
commit 7c054b28dd
1 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,16 @@ the ``kolla/tests/test_kolla_docker.py`` file:
$ tox -e py27 test_kolla_docker.ModuleArgsTest.test_module_args
Coverage Report Generation
--------------------------
In order to get coverage report for Kolla, run the below command.
.. code-block:: console
$ tox -e cover
Debugging unit tests
------------------------