| .. |
|
certificates
|
Update expired test file ca.pem from server repository.
|
2013-12-24 11:08:46 -06:00 |
|
high_availability
|
Be less patient waiting for replica set to initiate in test_ha.
|
2013-12-07 14:26:56 -05:00 |
|
mod_wsgi_test
|
Style.
|
2013-08-15 12:58:14 -04:00 |
|
slow
|
Hide slow unittests from Nose by default PYTHON-509
|
2013-04-24 20:55:43 -04:00 |
|
__init__.py
|
Always warn in tests regardless of python version.
|
2013-10-30 20:25:12 -07:00 |
|
pymongo_mocks.py
|
Raise ConfigurationError if a server's min wire version is > 2, PYTHON-587.
|
2013-12-14 12:57:09 -05:00 |
|
qcheck.py
|
It's 2012...
|
2012-04-19 12:40:38 -07:00 |
|
test_auth.py
|
PYTHON-552: Manipulate user objects exclusively via commands for 2.6
|
2013-09-24 17:30:33 -07:00 |
|
test_binary.py
|
Adding Support for readPreferenceTags and uuidRepresentation in URI parsing. PYTHON-473
|
2013-08-30 15:38:34 -04:00 |
|
test_bson.py
|
PYTHON-623: do not allow sending _ids with a key starting with $
|
2014-01-14 12:51:37 -08:00 |
|
test_bulk.py
|
OperationFailure error_document -> details PYTHON-576
|
2014-01-24 11:10:02 -08:00 |
|
test_client.py
|
Remove deprecated option from URI in test_ipv6.
|
2014-01-16 14:19:20 -05:00 |
|
test_code.py
|
Allow MongoClients to be GC'ed after test runs.
|
2013-08-27 09:00:50 -04:00 |
|
test_collection.py
|
OperationFailure error_document -> details PYTHON-576
|
2014-01-24 11:10:02 -08:00 |
|
test_common.py
|
More warnings cleanup.
|
2013-10-31 12:04:21 -07:00 |
|
test_cursor.py
|
Skip comment test with mongos.
|
2014-01-22 16:46:44 -08:00 |
|
test_database.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_dbref.py
|
Allow MongoClients to be GC'ed after test runs.
|
2013-08-27 09:00:50 -04:00 |
|
test_errors.py
|
Tests use MongoClient instead of Connection PYTHON-451
|
2013-02-11 20:57:17 -05:00 |
|
test_grid_file.py
|
Merge pull request #222 from 3rf/PYTHON-621
|
2014-01-09 13:04:30 -08:00 |
|
test_gridfs.py
|
Fix GridOutCursor iteration in py3 PYTHON-310
|
2014-01-13 18:14:13 -08:00 |
|
test_json_util.py
|
Note that we can't preserve key order in json_util.dumps in Python 2.4, PYTHON-602.
|
2013-12-14 12:33:46 -05:00 |
|
test_legacy_connections.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_master_slave_connection.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_mongos_ha.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_objectid.py
|
More warnings cleanup.
|
2013-10-31 12:04:21 -07:00 |
|
test_pooling_base.py
|
Pool.get_socket() no longer accepts a 'pair' parameter.
|
2013-12-05 10:03:22 -05:00 |
|
test_pooling_gevent.py
|
Test Pool(use_greenlets=True) when Gevent is not installed. PYTHON-561
|
2013-10-09 13:36:11 -04:00 |
|
test_pooling.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_pymongo.py
|
Standardize tests' handling of DB_IP and DB_PORT, fix PYTHON-475
|
2013-02-19 15:09:28 -05:00 |
|
test_read_preferences.py
|
PYTHON-555: support for $out aggregation pipeline operator
|
2013-10-18 14:00:25 -07:00 |
|
test_replica_set_client.py
|
Remove deprecated option from URI in test_ipv6.
|
2014-01-16 14:19:20 -05:00 |
|
test_replica_set_reconfig.py
|
Raise ConfigurationError if a server's min wire version is > 2, PYTHON-587.
|
2013-12-14 12:57:09 -05:00 |
|
test_son_manipulator.py
|
Unused import
|
2013-10-17 16:41:21 -04:00 |
|
test_son.py
|
Allow MongoClients to be GC'ed after test runs.
|
2013-08-27 09:00:50 -04:00 |
|
test_ssl.py
|
MongoClient() should raise CertificateError when appropriate, not AutoReconnect.
|
2013-12-24 11:08:47 -06:00 |
|
test_thread_util.py
|
Don't rely on functools in tests; not available in Python 2.4.
|
2013-10-30 20:33:02 -04:00 |
|
test_threads_replica_set_client.py
|
Rename test_threads_replica_set_connection.py to test_threads_replica_set_client.py
|
2013-02-12 12:44:11 -05:00 |
|
test_threads.py
|
Improve multithreaded connection and reconnection in MongoClient, PYTHON-487.
|
2013-12-04 21:09:15 -05:00 |
|
test_timestamp.py
|
Allow MongoClients to be GC'ed after test runs.
|
2013-08-27 09:00:50 -04:00 |
|
test_uri_parser.py
|
Adding Support for readPreferenceTags and uuidRepresentation in URI parsing. PYTHON-473
|
2013-08-30 15:38:34 -04:00 |
|
utils.py
|
Fluent API for bulk write operations PYTHON-630
|
2014-01-21 11:47:09 -08:00 |
|
version.py
|
Tests use MongoClient instead of Connection PYTHON-451
|
2013-02-11 20:57:17 -05:00 |