tree: 06b45962103936dfbeae441e8de3d17eeab6e339
  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. mango.py
  7. README.md
  8. user_docs.py
test/README.md

Mango Tests

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

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