Merge pull request #102 from vivek425ster/master

Modify README.rst to specify how to run tests.
This commit is contained in:
Julien Duponchelle 2015-03-17 16:56:18 +01:00
commit b5f134dbb2

View File

@ -41,6 +41,12 @@ Finally these commands will install the server as well as the rest of the depend
sudo python3 setup.py install sudo python3 setup.py install
gns3server gns3server
To run tests use:
.. code:: bash
py.test -v
Windows Windows
------- -------