tree: 3579432b6b68075667e7a1bfa06646bb14c91ae1 [path history] [tgz]
  1. 01-index-crud-test.py
  2. 02-basic-find-test.py
  3. 03-operator-test.py
  4. 04-empty-selectors-test.py
  5. mango.py
  6. README.md
  7. 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