From 42f51ddc002ff65ee83772979c60eac24db087ef Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Tue, 17 Mar 2015 21:10:28 +0530 Subject: [PATCH] Modify README.rst to specify how to run tests. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 48bc18da..25968688 100644 --- a/README.rst +++ b/README.rst @@ -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 -------