mongo-python-driver/test
A. Jesse Jiryu Davis c5eae2f99f Use replica set connection in tests wherever possible.
Most tests now inherit from IntegrationTest and use self.client for all MongoDB
operations. self.client is now a replica set connection if an RS is available,
otherwise a connection to a standalone.
2014-10-07 13:36:52 -04:00
..
certificates Update expired test file ca.pem from server repository. 2013-12-24 11:08:46 -06:00
discovery_and_monitoring Update JSON test files from spec repo. 2014-09-22 14:29:32 -04:00
high_availability Modern exception-handling syntax in ha_tools. 2014-10-02 10:08:26 -04:00
mod_wsgi_test Use with-statements to acquire locks. 2014-10-02 10:07:43 -04:00
__init__.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
pymongo_mocks.py PYTHON-525 Remove "force" param for Pool.get_socket(). 2014-09-25 11:32:06 -04:00
qcheck.py PYTHON-676 - Use bytes instead of binary_type 2014-04-23 13:24:16 -07:00
test_auth.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_binary.py PYTHON-525 Reimplement MongoClient to use Cluster. 2014-08-28 16:57:57 -04:00
test_bson.py PYTHON-760 - BSONInt64 -> Int64 2014-09-23 11:43:41 -07:00
test_bulk.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_client.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_code.py PYTHON-680 Stop using nose in favor of pure unittest/unittest2 2014-04-25 22:57:33 +00:00
test_collection.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_common.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_cursor_manager.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_cursor.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_database.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_dbref.py PYTHON-680 Stop using nose in favor of pure unittest/unittest2 2014-04-25 22:57:33 +00:00
test_discovery_and_monitoring.py Update JSON test files from spec repo. 2014-09-22 14:29:32 -04:00
test_errors.py PYTHON-525 Reimplement MongoClient to use Cluster. 2014-08-28 16:57:57 -04:00
test_grid_file.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_gridfs.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_json_util.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_mongos_ha.py PYTHON-525 Reimplement MongoClient to use Cluster. 2014-08-28 16:57:57 -04:00
test_monitor.py Fix TestMonitor.test_atexit_hook. 2014-09-26 21:31:56 -04:00
test_objectid.py PYTHON-726 Fix tests to run with Gevent's monkey-patching. 2014-07-17 15:13:22 -04:00
test_pooling.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
test_pymongo.py PYTHON-681 Reuse MongoClient whenever possible in the tests 2014-05-21 20:41:18 +00:00
test_read_preferences.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_replica_set_client.py Use replica set connection in tests wherever possible. 2014-10-07 13:36:52 -04:00
test_replica_set_reconfig.py PYTHON-525 - Fix overflow error when testing on Windows 2014-09-05 16:11:30 -07:00
test_server_description.py PYTHON-525 Move SERVER_TYPE to its own file. 2014-08-28 16:49:33 -04:00
test_server.py Fix test_server.py's docstring. 2014-09-24 19:12:13 -04:00
test_son_manipulator.py PYTHON-525 Reimplement MongoClient to use Cluster. 2014-08-28 16:57:57 -04:00
test_son.py PYTHON-710 test that SON.to_dict doesn't change data. 2014-06-18 19:05:02 -04:00
test_ssl.py PYTHON-525 Use MongoClient in replica set tests. 2014-09-20 08:42:23 -04:00
test_thread_util.py Remove "functools.partial" backport. 2014-09-24 10:13:18 -04:00
test_threads.py PYTHON-525 Use MongoClient in replica set tests. 2014-09-20 08:42:23 -04:00
test_timestamp.py PYTHON-680 Stop using nose in favor of pure unittest/unittest2 2014-04-25 22:57:33 +00:00
test_topology.py Update Topology tests. 2014-10-01 22:43:27 -04:00
test_uri_parser.py PYTHON-680 Stop using nose in favor of pure unittest/unittest2 2014-04-25 22:57:33 +00:00
utils.py Remove _TestLazyConnectMixin class. 2014-10-02 09:21:15 -04:00
version.py PYTHON-681 Reuse MongoClient whenever possible in the tests 2014-05-21 20:41:18 +00:00