1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Add doc on how to got code coverage

This commit is contained in:
Julien Duponchelle 2015-10-31 21:27:10 +01:00
parent 42c8fb7c29
commit a961387af9

View File

@ -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