diff options
author | drebs <drebs@leap.se> | 2013-08-21 14:40:13 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-08-21 14:40:37 -0300 |
commit | 50e5a604096365509b5d1a1fe810f4ec019eb0ee (patch) | |
tree | f754f40b22a89c92b2a37cb1d95c5bd4843811bf | |
parent | 7f2976e7f47e7fee6ce607837e450494e540478d (diff) |
Update README with info on how to run tests.
-rw-r--r-- | README.rst | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -10,18 +10,16 @@ This software is under development. 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 |