summaryrefslogtreecommitdiff
path: root/src/mango/test/README.md
blob: fc2cd62e58f5f16fc8183f061278ee05aae88930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Mango Tests
===========

CouchDB should be started with `./dev/run -a testuser:testpass`.

To run these, do this in the Mango top level directory:

    $ virtualenv venv
    $ source venv/bin/activate
    $ pip install nose requests
    $ pip install hypothesis
    $ nosetests