From a961387af92b8cd0b7b8c59e690b8720f39b2d4d Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Sat, 31 Oct 2015 21:27:10 +0100 Subject: [PATCH] Add doc on how to got code coverage --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index d70fa7d2..f2408f9d 100644 --- a/README.rst +++ b/README.rst @@ -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