summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-21 14:50:28 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-21 14:50:28 -0300
commit0de5ddd4aa0bb2eef41572d61304719939f4f459 (patch)
tree5ca9d38c3a77a57e7903c8c7da9c03892917ce26 /README.rst
parentcb9453ea3abc35adb3707f2c9877777cc7a27893 (diff)
parent50e5a604096365509b5d1a1fe810f4ec019eb0ee (diff)
Merge remote-tracking branch 'drebs/feature/3487_split-soledad-into-common-client-and-server-3' into develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index ccf8d5da..c2a33234 100644
--- a/README.rst
+++ b/README.rst
@@ -14,18 +14,16 @@ Library dependencies
Tests
-----
-Client and server tests are both included in leap.soledad. Because
-soledad_server depends on soledad and soledad tests depend on soledad_server,
-if you want to run tests in development mode you must first install soledad,
-then soledad_server, and then run the tests.
+Client and server tests are both included in leap.soledad.common. If you want
+to run tests in development mode you must do the following::
-Therefore, tests must be run with::
-
- cd soledad
+ cd common
+ python setup.py develop
+ cd ../client
python setup.py develop
- cd ../soledad_server
+ cd ../server
python setup.py develop
- cd ../soledad
+ cd ../common
python setup.py test
Note that to run CouchDB tests, be sure you have ``CouchDB`` installed on your