mongo-python-driver/tools
2009-02-03 14:44:42 -05:00
..
bson_benchmark.py simple benchmarking tests for bson module vs simplejson module 2009-01-28 16:37:06 -05:00
driver_tests.py admin and dbs test. remove circular test entirely. don't print anything if the test is skipped 2009-02-03 14:44:42 -05:00
README.rst doc on driver_tests.py 2009-01-27 15:13:01 -05:00
validate run validate.py from the base directory 2009-01-27 13:41:39 -05:00
validate.py again, work around if egg is installed 2009-01-28 16:35:13 -05:00

Tools
=====
This directory contains tools for use with the ``pymongo`` module.

validate and validate.py
========================
These scripts are used by 10gen's driver testing tools to verify the
correctness of ``pymongo`` BSON module (``pymongo.bson``).

driver_tests.py
===============
This script is used by 10gen's
`driver testing framework. <http://mongodb.onconfluence.com/display/DOCS/Mongo+Driver+Test+Framework>`_