summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-03-11 15:32:40 -0400
committerKali Kaneko <kali@leap.se>2016-03-11 15:32:40 -0400
commit9c566981e4e091cd0f9f44ba28d4425b9791cfe7 (patch)
tree3f66625daa0a6d32245793bf483bc93d0daf7bac /README.rst
parent07dff4d010b284d8d46eb3b8a859083013c7441f (diff)
parent77ff0a10eb83263fdfb94e0bc9b1a38fd7e434f8 (diff)
Merge remote-tracking branch 'leapcode/pr/138' into develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 349edce..f46b70e 100644
--- a/README.rst
+++ b/README.rst
@@ -29,3 +29,17 @@ Using `leap.common.http` needs some extra dependencies (twisted.web >= 14.0.2,
python-service-identity). You can install them by running::
pip install leap.common[http]
+
+
+Running the tests
+-------------------
+To run the tests, first run the setup with:
+
+.. code-block::
+pip install -r pkg/requirements.pip
+pip install -r pkg/requirements-testing.pip
+
+After that you can run the tests with
+
+.. code-block::
+trial leap.common