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

Modify README.rst to specify how to run tests.

This commit is contained in:
Vivek Jain 2015-03-17 21:10:28 +05:30
parent 64eb54ae3d
commit 42f51ddc00

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
gns3server
To run tests use:
.. code:: bash
py.test -v
Windows
-------