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