Add doc on how to got code coverage

pull/370/head
Julien Duponchelle 9 years ago
parent 42c8fb7c29
commit a961387af9

@ -113,4 +113,17 @@ and homebrew: http://brew.sh/.
python3 setup.py install
gns3server
Running tests
*************
Just run:
.. code:: bash
py.test -vv
If you want test coverage:
.. code:: bash
py.test --cov=gns3server

Loading…
Cancel
Save