diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-10 18:12:50 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-10 18:12:50 -0400 |
commit | 627ced047be66464f93a9e8ef5bd48893d47f749 (patch) | |
tree | 55a056b966014c767cc68565c8c98dbaa071c8d1 /README.rst | |
parent | 8cf19079e6d13005f7042fd25118c33532261f98 (diff) | |
parent | 3824c35ef173c624b833115b0bf218bc7a79d54d (diff) |
Merge branch 'debian-0.4.4' into debian
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. |