diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -7,21 +7,23 @@ Soledad This software is under development. +Library dependencies +-------------------- +* ``libsqlite3-dev`` + 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. - -Therefore, tests must be run with:: +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:: - 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 |