summaryrefslogtreecommitdiff
path: root/README
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
commitcb22f22b7084b5869fc5c9b5fb8b61f234a07ea8 (patch)
tree1a2abe9b61a25fd38450d6e9dd081596e8168734 /README
parent07ce679178a34fe2d466f608d09731abf8400250 (diff)
Add test info to README.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index b59d4184..9896d2bf 100644
--- a/README
+++ b/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`.