summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-01-15 18:44:30 -0200
committerdrebs <drebs@leap.se>2013-01-15 18:44:30 -0200
commit78ef8d350dcefb6b553b0fedc0bd8249f0bbe055 (patch)
tree197bee3dd6138e56a0c4605a3265cee5a988bcc7
parentf6e38be0a51f1a33cae2753337ee74a3623cbc67 (diff)
Add test info to README.
-rw-r--r--src/leap/soledad/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/leap/soledad/README b/src/leap/soledad/README
index b59d4184..9896d2bf 100644
--- a/src/leap/soledad/README
+++ b/src/leap/soledad/README
@@ -19,3 +19,14 @@ Soledad depends on the following python libraries:
[3] http://pypi.python.org/pypi/python-gnupg/0.3.1
[4] http://pypi.python.org/pypi/CouchDB/0.8
[5] http://pypi.python.org/pypi/hmac/20101005
+
+
+Tests
+-----
+
+Soledad's tests should be run with nose2, like this:
+
+ nose2 leap.soledad.tests
+
+CouchDB backend tests need an http CouchDB instance running on
+`localhost:5984`.