PYTHON-726 Document how to run tests with Gevent.

This commit is contained in:
A. Jesse Jiryu Davis 2014-07-15 21:51:53 -04:00
parent 403b93eb84
commit ccb79b1cda

View File

@ -119,5 +119,9 @@ The easiest way to run the tests is to run **python setup.py test** in
the root of the distribution. Note that you will need unittest2_ to
run the tests under Python 2.6.
To verify that PyMongo works with Gevent's monkey-patching::
$ python -m gevent.monkey setup.py test
.. _sphinx: http://sphinx.pocoo.org/
.. _unittest2: https://pypi.python.org/pypi/unittest2