tree: 76d015ab48d8cf377ccac4aa418a508691ab4bfc [path history] [tgz]
  1. 01-index-crud-test.py
  2. 02-basic-find-test.py
  3. 03-operator-test.py
  4. 04-key-tests.py
  5. 05-index-selection-test.py
  6. 06-basic-text-test.py
  7. 06-text-default-field-test.py
  8. 07-text-custom-field-list-test.py
  9. 08-text-limit-test.py
  10. 09-text-sort-test.py
  11. 10-disable-array-length-field-test.py
  12. friend_docs.py
  13. limit_docs.py
  14. mango.py
  15. README.md
  16. user_docs.py
test/README.md

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