summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-09-20 17:07:14 -0400
committerKali Kaneko <kali@leap.se>2016-09-20 17:07:14 -0400
commita889a5480b3807d887c3f196963236b2667bb8fa (patch)
tree47b3dced8e2925ca1e5cede25223e866ef61e80d /README.rst
parentf063726b3ad003693010555d57dbc214f6abb01d (diff)
parent34ee56766446a1072599bd5641ffdf2a89442462 (diff)
Merge branch 'debian/experimental' into debian/platform-0.9
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