tree: c843865fb6f363bae5cf7aa95dd3b00b7e812ec5 [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. friend_docs.py
  12. limit_docs.py
  13. literal_gen.py
  14. mango.py
  15. num_string_docs.py
  16. README.md
  17. 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 top level directory:

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