mongo-python-driver/tools
2009-04-20 16:58:20 -04:00
..
auto_reconnect_test.py add simple auto-reconnect test script 2009-02-23 15:37:53 -05:00
benchmark.py new benchmark setup 2009-04-20 16:58:20 -04:00
bson_benchmark.py changes to support python 2.4 2009-02-20 10:38:17 -05:00
clean.py minor: clean script fails if cleaning fails 2009-04-08 14:01:52 -04:00
driver_tests.py make sure we're using utc 2009-02-25 17:42:03 -05:00
fail_if_no_c.py simple tool that fails if the _cbson module doesn't exist 2009-02-09 16:14:21 -05:00
mongodb_benchmark_tools.py new benchmark setup 2009-04-20 16:58:20 -04: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>`_