..
bson_corpus
PYTHON-1297 Implement Extended JSON Spec 2.0
2017-08-03 10:30:24 -07:00
certificates
PYTHON-1221 PYTHON-1208 - TLS test fixes
2017-02-17 13:55:50 -08:00
command_monitoring
Resync JSON tests from specs repo
2017-08-23 21:55:46 -04:00
connection_string /test
Fix UTF-8 hosts test
2017-08-23 22:45:20 -04:00
crud
Resync JSON tests from specs repo
2017-08-23 21:55:46 -04:00
discovery_and_monitoring
PYTHON-1299 - Drop MongoDB 2.4
2017-08-24 08:14:36 -04:00
gridfs
Resync JSON tests from specs repo
2017-08-23 21:55:46 -04:00
high_availability
Fix up copyright dates.
2015-03-25 11:55:02 -07:00
max_staleness
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
2016-11-22 13:19:34 -05:00
mod_wsgi_test
PYTHON-1240 - Test mod_wsgi in Evergreen
2017-03-14 13:12:29 -07:00
sdam_monitoring
PYTHON-1067 - Implement SDAM Monitoring
2016-06-14 15:20:19 +02:00
server_selection
Resync server selection and max staleness tests from the specifications repository.
2016-08-11 16:27:17 -07:00
__init__.py
PYTHON-1313 - Fix replset tests
2017-08-01 17:57:07 -04:00
pymongo_mocks.py
Revert "PYTHON-1163 update topology from handshake reply"
2016-11-23 11:43:23 -05:00
qcheck.py
PYTHON-1022 - Drop support for Python 3.2
2016-06-15 10:05:43 -07:00
test_auth.py
Deprecate db.authenticate and db.eval
2017-08-01 16:30:42 -04:00
test_binary.py
PYTHON-1022 - Drop support for Python 3.2
2016-06-15 10:05:43 -07:00
test_bson_corpus.py
PYTHON-1297 Implement Extended JSON Spec 2.0
2017-08-03 10:30:24 -07:00
test_bson.py
PYTHON-1343 Use unsigned long to encode Timestamps.
2017-08-04 11:33:49 -07:00
test_bulk.py
PYTHON-1317 Deprecate legacy bulk write api.
2017-08-04 21:41:29 -07:00
test_client.py
PYTHON-1353 Kill cursors synchronously in CommandCursor.close.
2017-08-15 14:58:44 -07:00
test_code.py
PYTHON-1131 - Fix inconsistent handling of scope, unicode support for Code.
2016-08-19 15:22:19 -07:00
test_collation.py
PYTHON-1317 Deprecate legacy bulk write api.
2017-08-04 21:41:29 -07:00
test_collection.py
PYTHON-1328 Make list_indexes consistent across server versions.
2017-07-25 16:57:55 -07:00
test_command_monitoring_spec.py
Resync JSON tests from specs repo
2017-08-23 21:55:46 -04:00
test_common.py
PYTHON-1260 - Deprecate the group helper
2017-07-18 10:54:33 -07:00
test_crud.py
PYTHON-1335 Improve __slots__ usage.
2017-08-03 14:57:43 -07:00
test_cursor_manager.py
PYTHON-988 - Deprecate cursor managers and kill_cursors
2016-06-17 10:08:14 -07:00
test_cursor.py
PYTHON-1353 Fix failing CommandCursor test on 2.4.
2017-08-17 14:23:57 -07:00
test_database.py
Deprecate db.authenticate and db.eval
2017-08-01 16:30:42 -04:00
test_dbref.py
PYTHON-1022 - Drop support for Python 3.2
2016-06-15 10:05:43 -07:00
test_decimal128.py
PYTHON-1297 Implement Extended JSON Spec 2.0
2017-08-03 10:30:24 -07:00
test_discovery_and_monitoring.py
PYTHON-1299 - Drop MongoDB 2.4
2017-08-24 08:14:36 -04:00
test_examples.py
PYTHON-1250 - Fix replace_one test
2017-04-03 14:58:05 -07:00
test_grid_file.py
PYTHON-1075 Support running the entire test suite with SSL/TLS
2016-09-28 16:34:14 -07:00
test_gridfs_bucket.py
PYTHON-1265 - More reliable gridfs replica tests
2017-04-03 14:46:30 -07:00
test_gridfs_spec.py
PYTHON-960 - GridFS spec compliance
2015-08-06 12:41:40 -04:00
test_gridfs.py
PYTHON-1265 - More reliable gridfs replica tests
2017-04-03 14:46:30 -07:00
test_heartbeat_monitoring.py
PYTHON-1256 - Fix test_standalone_error
2017-03-23 18:51:05 -07:00
test_json_util.py
PYTHON-1330 Decode JSON binary type 0 to Python 3 bytes.
2017-07-31 13:16:46 -07:00
test_legacy_api.py
PYTHON-1317 Fix race condition in w=0 bulk tests.
2017-08-07 11:07:39 -07:00
test_max_staleness.py
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
2016-11-22 13:19:34 -05:00
test_mongos_load_balancing.py
PYTHON-1178 - Fix race in test_local_threshold test.
2016-11-16 10:07:31 -08:00
test_monitor.py
PYTHON-1026 - Remove test assumption about primary host
2016-09-21 11:15:43 -07:00
test_monitoring.py
PYTHON-1217 - Deprecate the "modifiers" find option
2017-07-24 12:40:15 -04:00
test_objectid.py
PYTHON-1022 - Drop support for Python 3.2
2016-06-15 10:05:43 -07:00
test_pooling.py
PYTHON-1227 - Don't use select.POLLNVAL
2017-03-27 17:16:37 -07:00
test_pymongo.py
Fix up copyright dates.
2015-03-25 11:55:02 -07:00
test_raw_bson.py
PYTHON-1284 Don't copy CodecOptions in RawBSONDocument
2017-07-01 09:07:58 -04:00
test_read_concern.py
PYTHON-1075 Support running the entire test suite with SSL/TLS
2016-09-28 16:34:14 -07:00
test_read_preferences.py
PYTHON-1335 Improve __slots__ usage.
2017-08-03 14:57:43 -07:00
test_replica_set_client.py
PYTHON-1235 - Fix auto reconnect test under Jython
2017-02-17 13:55:50 -08:00
test_replica_set_reconfig.py
Fix up copyright dates.
2015-03-25 11:55:02 -07:00
test_sdam_monitoring_spec.py
PYTHON-1026 - Remove test assumption about primary host
2016-09-21 11:15:43 -07:00
test_server_description.py
PYTHON-1142 - Add topology_type_name and server_type_name
2016-09-01 13:23:32 -07:00
test_server_selection_rtt.py
Fix up copyright dates.
2015-03-25 11:55:02 -07:00
test_server_selection.py
Factor Max Staleness and Server Selection tests
2016-11-21 12:48:15 -05:00
test_server.py
Fix up copyright dates.
2015-03-25 11:55:02 -07:00
test_son_manipulator.py
PYTHON-1308 - Finish deprecating SON manipulators
2017-08-01 10:19:48 -04:00
test_son.py
PYTHON-1022 - Drop support for Python 3.2
2016-06-15 10:05:43 -07:00
test_ssl.py
Deprecate db.authenticate and db.eval
2017-08-01 16:30:42 -04:00
test_threads.py
PYTHON-1204 - More reliable test_client_disconnect
2017-04-03 14:51:29 -04:00
test_timestamp.py
PYTHON-977 - Fix __hash__ method on BSON types that inherit from Python builtin types.
2015-09-04 14:45:24 -07:00
test_topology.py
Revert "PYTHON-1163 update topology from handshake reply"
2016-11-23 11:43:23 -05:00
test_uri_parser.py
PYTHON-1334 Don't change readpreference value at uri parsing ( #325 )
2017-07-25 17:43:51 -07:00
test_uri_spec.py
PYTHON-959 - Connection string spec compliance.
2015-08-06 13:14:31 -04:00
utils_selection_tests.py
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
2016-11-22 13:19:34 -05:00
utils.py
Deprecate db.authenticate and db.eval
2017-08-01 16:30:42 -04:00
version.py
PYTHON-1021 - Support git describe based server versions
2015-12-15 13:33:23 -08:00