summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-02-21 12:10:18 -0300
committerdrebs <drebs@leap.se>2013-02-21 12:10:18 -0300
commitfa4c1786f1dde0235ba27f2804ae6e3e1fcc8389 (patch)
treecf1b2ac169f1e065fca7f426a14c11406f9bb847 /README
parent8b4b10b273877e9c41a1638c789aafde5ebebedf (diff)
Update info in Soledad README.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 3c886577..923f2d7a 100644
--- a/README
+++ b/README
@@ -36,14 +36,14 @@ To install it, do the following:
Tests
-----
-Soledad's tests should be run with nose2, like this:
-
- nose2 leap.soledad.tests
-
Right now, there are 3 conditions that have to be met for all Soledad tests to
pass without problems:
1. Use nose2.
- 2. Have an http CouchDB instance running on `localhost:5984`.
- 3. Have sqlcipher configured (using LD_PRELOAD or LD_LIBRARY_CONFIG to point
- to the place where libsqlite3.so.0 is located).
+ 2. Have CouchDB installed in the system.
+ 3. Have pysqlcipher module properly installed as described above.
+
+Soledad's tests should be run with nose2, like this:
+
+ nose2 leap.soledad.tests
+