| .. |
|
certificates
|
Update expired test file ca.pem from server repository.
|
2013-12-24 11:08:46 -06:00 |
|
cluster
|
Convert YAML to JSON.
|
2014-09-04 09:48:02 -04:00 |
|
high_availability
|
Unused imports.
|
2014-07-17 15:23:40 -04:00 |
|
mod_wsgi_test
|
PYTHON-525 Don't use auto_start_request in mod_wsgi tests.
|
2014-09-06 14:50:05 -04:00 |
|
__init__.py
|
Run tests even if prior run didn't clean up users.
|
2014-09-03 17:35:51 -04:00 |
|
pymongo_mocks.py
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39:52 -04:00 |
|
qcheck.py
|
PYTHON-676 - Use bytes instead of binary_type
|
2014-04-23 13:24:16 -07:00 |
|
test_auth.py
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39: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-505 - Fix bson tests under Jython2.7.
|
2014-08-22 16:43:05 -07:00 |
|
test_bulk.py
|
PYTHON-726 Fix tests to run with Gevent's monkey-patching.
|
2014-07-17 15:13:22 -04:00 |
|
test_client.py
|
PYTHON-525 - Fix overflow error when testing on Windows
|
2014-09-05 16:11:30 -07:00 |
|
test_cluster_spec.py
|
PYTHON-525 Fix test_cluster_spec.
|
2014-09-04 16:11:56 -04:00 |
|
test_cluster.py
|
PYTHON-525 - Fix overflow error when testing on Windows
|
2014-09-05 16:11:30 -07: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
|
Fix index tests for MongoDB 2.7.x explain output
|
2014-09-05 15:33:28 -07:00 |
|
test_common.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -04:00 |
|
test_cursor_manager.py
|
Skip kill_cursors tests for mongos before 2.4.7.
|
2014-08-28 16:57:57 -04:00 |
|
test_cursor.py
|
Fix index tests for MongoDB 2.7.x explain output
|
2014-09-05 15:33:28 -07:00 |
|
test_database.py
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39: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_errors.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -04:00 |
|
test_grid_file.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -04:00 |
|
test_gridfs.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -04:00 |
|
test_json_util.py
|
PYTHON-708 Support $undefined and $numberLong extended JSON types.
|
2014-07-18 16:46:35 +00:00 |
|
test_mongos_ha.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -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
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39:52 -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
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -04:00 |
|
test_replica_set_client.py
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39: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
|
PYTHON-525 Implement Cluster, Server, and Monitor.
|
2014-07-01 22:53:24 -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 Update test_ssl for new MongoClient.
|
2014-09-03 17:38:30 -04:00 |
|
test_thread_util.py
|
PYTHON-724 Remove Gevent-specific code.
|
2014-07-17 15:09:46 -04:00 |
|
test_threads_replica_set_client.py
|
PYTHON-715 Fix tests for MongoDB >= 2.7.1 when running with auth enabled.
|
2014-07-07 19:05:21 +00:00 |
|
test_threads.py
|
PYTHON-525 Reimplement MongoClient to use Cluster.
|
2014-08-28 16:57:57 -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_uri_parser.py
|
PYTHON-680 Stop using nose in favor of pure unittest/unittest2
|
2014-04-25 22:57:33 +00:00 |
|
utils.py
|
PYTHON-525 Reimplement auth for new MongoClient.
|
2014-09-03 17:39:52 -04:00 |
|
version.py
|
PYTHON-681 Reuse MongoClient whenever possible in the tests
|
2014-05-21 20:41:18 +00:00 |