mongo-python-driver/test
2016-10-27 10:42:44 -07:00
..
bson_corpus PYTHON-1135 Replace JSONOptions.strict_date with JSONOptions.datetime_representation 2016-09-12 11:11:30 -07:00
certificates PYTHON-1129 - Support IP addresses in match_hostname 2016-08-25 16:28:19 -07:00
command_monitoring PYTHON-1041 - Update monitoring spec tests to latest 2016-01-15 10:49:47 -08:00
connection_string/test PYTHON-959 - Connection string spec compliance. 2015-08-06 13:14:31 -04:00
crud PYTHON-822: Added CRUD YAML tests. 2015-03-18 15:03:03 -07:00
decimal PYTHON-1068 - Update tests to latest 2016-08-29 15:07:07 -07:00
discovery_and_monitoring Update SDAM tests from Specs repo. 2016-09-27 13:59:44 -04:00
gridfs PYTHON-960 - GridFS spec compliance 2015-08-06 12:41:40 -04:00
high_availability Fix up copyright dates. 2015-03-25 11:55:02 -07:00
max_staleness Resync server selection and max staleness tests from the specifications repository. 2016-08-11 16:27:17 -07:00
mod_wsgi_test Fix up copyright dates. 2015-03-25 11:55:02 -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-1026 - Make test suite resilient against elections 2016-10-27 10:42:44 -07:00
pymongo_mocks.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
qcheck.py PYTHON-1022 - Drop support for Python 3.2 2016-06-15 10:05:43 -07:00
test_auth.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07: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-1135 Replace JSONOptions.strict_date with JSONOptions.datetime_representation 2016-09-12 11:11:30 -07:00
test_bson.py PYTHON-1068 - Support for BSON Decimal128 2016-08-29 15:07:07 -07:00
test_bulk.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_client.py PYTHON-1026 - Make test suite resilient against elections 2016-10-27 10:42: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-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_collection.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_command_monitoring_spec.py PYTHON-1067 - Implement SDAM Monitoring 2016-06-14 15:20:19 +02:00
test_common.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_crud.py Added unit tests for remaining write operation comparisons 2015-07-08 15:10:25 -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-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_database.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_dbref.py PYTHON-1022 - Drop support for Python 3.2 2016-06-15 10:05:43 -07:00
test_decimal128.py PYTHON-1068 - Update tests to latest 2016-08-29 15:07:07 -07:00
test_discovery_and_monitoring.py PYTHON-1067 - Implement SDAM Monitoring 2016-06-14 15:20:19 +02: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-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_gridfs_spec.py PYTHON-960 - GridFS spec compliance 2015-08-06 12:41:40 -04:00
test_gridfs.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_heartbeat_monitoring.py PYTHON-1119 - Implement the client metadata capture specification. 2016-07-26 10:35:55 -07:00
test_json_util.py PYTHON-1135 Replace JSONOptions.strict_date with JSONOptions.datetime_representation 2016-09-12 11:11:30 -07:00
test_legacy_api.py PYTHON-988 - Deprecate cursor managers and kill_cursors 2016-06-17 10:08:14 -07:00
test_max_staleness.py PYTHON-1150 - Add maxStalenessMS to $readPreference 2016-09-19 11:09:41 -07:00
test_mongos_load_balancing.py PYTHON-915 - More robust tests. 2015-05-08 11:48:29 -07:00
test_monitor.py PYTHON-1026 - Remove test assumption about primary host 2016-09-21 11:15:43 -07:00
test_monitoring.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_objectid.py PYTHON-1022 - Drop support for Python 3.2 2016-06-15 10:05:43 -07:00
test_pooling.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_pymongo.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_raw_bson.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07: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-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_replica_set_client.py PYTHON-1152 Update common.MAX_SUPPORTED_WIRE_VERSION for MongoDB 3.4 2016-10-13 11:29:32 -07: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 Resync server selection and max staleness tests from the specifications repository. 2016-08-11 16:27:17 -07:00
test_server.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_son_manipulator.py PYTHON-1026 - Remove test assumption about primary host 2016-09-21 11:15:43 -07:00
test_son.py PYTHON-1022 - Drop support for Python 3.2 2016-06-15 10:05:43 -07:00
test_ssl.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
test_threads.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07: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 PYTHON-1150 - Add maxStalenessMS to $readPreference 2016-09-19 11:09:41 -07:00
test_uri_parser.py allow connect option to be passed as string 2016-03-02 15:43:07 -05:00
test_uri_spec.py PYTHON-959 - Connection string spec compliance. 2015-08-06 13:14:31 -04:00
utils.py PYTHON-1075 Support running the entire test suite with SSL/TLS 2016-09-28 16:34:14 -07:00
version.py PYTHON-1021 - Support git describe based server versions 2015-12-15 13:33:23 -08:00