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