diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-06 12:47:01 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-06 12:47:01 -0400 |
commit | 41990181d53faed649fc956ed6e3d0d13600c83e (patch) | |
tree | ca722dddcaf31566a07abd1e85236e87e98aa676 /README.rst | |
parent | 1d388dda6f85faab7d31a346ae0a5890d575151a (diff) |
add entry point for tests
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -38,14 +38,8 @@ 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:: - cd common - python setup.py develop - cd ../client - python setup.py develop - cd ../server - python setup.py develop - cd ../common - python setup.py test + scripts/develop_mode.sh + ./run_tests.sh Note that to run CouchDB tests, be sure you have ``CouchDB`` installed on your system. |