mongo-python-driver/test/asynchronous
2025-09-18 20:08:22 -05:00
..
__init__.py PYTHON-5472 Remove driver tests for Atlas Data Lake (#2542) 2025-09-17 08:15:32 -05:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-5143 Support auto encryption in unified tests (#2488) 2025-08-20 08:58:20 -05:00
pymongo_mocks.py PYTHON-5073 Convert test.test_connection_monitoring to async (#2087) 2025-02-11 14:01:39 -08:00
qcheck.py PYTHON-4708 - Convert test.qcheck to async (#1832) 2024-09-05 10:20:32 -04:00
test_async_cancellation.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_async_contextvars_reset.py PYTHON-5406 - Use correct client for test (#2377) 2025-06-11 13:45:54 -04:00
test_async_loop_safety.py PYTHON-4724 - Prohibit AsyncMongoClient from being used across multiple event loops (#2256) 2025-04-04 13:22:22 -04:00
test_async_loop_unblocked.py PYTHON 5212 - Use asyncio.loop.sock_connect in _async_create_connection (#2383) 2025-06-13 15:30:10 -04:00
test_auth_oidc.py PYTHON-5444 Update OIDC tests use camelCase options (#2436) 2025-07-16 16:27:59 -05:00
test_auth_spec.py PYTHON-5394 - Add native async support for OIDC (#2352) 2025-05-28 15:44:54 -04:00
test_auth.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_bulk.py PYTHON-5392 Better test assertions for comparisons (#2350) 2025-06-27 14:06:00 -07:00
test_change_stream.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_client_bulk_write.py PYTHON-5374 Assert unset BulkWriteException.partialResult in CRUD prose tests (#2425) 2025-07-14 10:47:38 -05:00
test_client_context.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_client_metadata.py PYTHON-5488 append_metadata should not add duplicates (#2461) 2025-08-18 11:12:48 -07:00
test_client.py PYTHON-5392 Better test assertions for comparisons (#2350) 2025-06-27 14:06:00 -07:00
test_collation.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_collection_management.py PYTHON-4847 - Convert test.test_collection_management.py to async (#1916) 2024-10-15 15:48:05 -04:00
test_collection.py PYTHON-5491 Update test for dropIndex behavior change (#2546) 2025-09-18 20:08:22 -05:00
test_command_logging.py PYTHON-4846 - Convert test.test_command_logging.py to async (#1915) 2024-10-11 13:59:49 -04:00
test_command_monitoring.py PYTHON-4848 - Convert test.test_command_monitoring.py to async (#1917) 2024-10-11 14:56:43 -04:00
test_comment.py PYTHON-5027 Test Windows with Python 3.14t (#2444) 2025-07-24 13:20:19 -05:00
test_common.py PYTHON-4841 - Convert test.test_common to async (#1912) 2024-10-10 13:47:14 -04:00
test_concurrency.py PYTHON-5325 - Decrease TestAsyncConcurrency.test_concurrency threshold (#2291) 2025-04-16 16:16:25 -04:00
test_connection_logging.py PYTHON-4941 - Fix Synchronous unified test runner being used in async… (#1993) 2024-11-04 09:24:29 -05:00
test_connection_monitoring.py PYTHON-4493 - Use asyncio protocols instead of sockets for network IO (#2151) 2025-03-28 15:02:40 -04:00
test_connections_survive_primary_stepdown_spec.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_create_entities.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_crud_unified.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_csot.py PYTHON-5413 Handle flaky tests (#2395) 2025-07-01 15:42:58 -05:00
test_cursor.py PYTHON-5492 Fix handling of MaxTimeMS message (#2484) 2025-08-18 18:52:46 -05:00
test_custom_types.py PYTHON-5508 - Add built-in DecimalEncoder and DecimalDecoder (#2499) 2025-08-21 06:51:00 -07:00
test_database.py PYTHON-5473 - Better test assertions for booleans (#2450) 2025-07-31 08:57:00 -04:00
test_discovery_and_monitoring.py PYTHON-5421 Make parse_uri() return "options" as a dict rather than _CaseInsensitiveDictionary (#2413) 2025-07-02 09:51:50 -07:00
test_dns.py PYTHON-5288: SRV hostname validation fails when resolver and resolved hostnames are identical with three domain levels (#2272) 2025-04-09 18:00:04 -04:00
test_encryption.py PYTHON-5328 CRUD Support in Driver for Prefix/Suffix/Substring Indexes (#2521) 2025-09-10 10:35:35 -05:00
test_examples.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_grid_file.py PYTHON-5386 Better test assertions for isinstance (#2347) 2025-05-22 16:15:44 -07:00
test_gridfs_bucket.py PYTHON-5473 - Better test assertions for booleans (#2450) 2025-07-31 08:57:00 -04:00
test_gridfs_spec.py PYTHON-5083 Convert test.test_gridfs_spec to async (#2104) 2025-01-30 13:10:01 -08:00
test_gridfs.py PYTHON-5386 Better test assertions for isinstance (#2347) 2025-05-22 16:15:44 -07:00
test_heartbeat_monitoring.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_index_management.py PYTHON-5213 Convert AWS Lambda and Search Index tests to use new test scripts (#2205) 2025-03-19 15:58:12 -05:00
test_json_util_integration.py PYTHON-5387 Better test assertions for membership (#2348) 2025-05-23 09:04:32 -07:00
test_load_balancer.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_locks.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_logger.py PYTHON-4557 - Fix write log messages for retried commands (#2260) 2025-04-03 15:33:11 -04:00
test_max_staleness.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_mongos_load_balancing.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_monitor.py PYTHON-5486 Test Gevent with Auth and SSL (#2508) 2025-08-27 11:24:47 -05:00
test_monitoring.py PYTHON-5473 - Better test assertions for booleans (#2450) 2025-07-31 08:57:00 -04:00
test_on_demand_csfle.py PYTHON-5151 Convert kms tests to use python scripts (#2158) 2025-02-25 16:31:02 -06:00
test_pooling.py PYTHON-5492 Fix handling of MaxTimeMSExpired responses (#2477) 2025-08-15 19:13:51 -05:00
test_raw_bson.py PYTHON-4797 - Convert test.test_raw_bson to async (#1882) 2024-09-30 14:14:12 -04:00
test_read_concern.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_read_preferences.py PYTHON-5169 - Deprecate Hedged Reads option (#2213) 2025-03-25 17:00:19 -04:00
test_read_write_concern_spec.py PYTHON-5374 Assert unset BulkWriteException.partialResult in CRUD prose tests (#2425) 2025-07-14 10:47:38 -05:00
test_retryable_reads_unified.py PYTHON-5096 - Convert test.test_retryable_reads_unified to async (#2112) 2025-01-31 15:51:00 -05:00
test_retryable_reads.py PYTHON-4203 Update prose tests for mongos deprioritization during retryable ops (#2430) 2025-07-15 15:38:15 -05:00
test_retryable_writes_unified.py PYTHON-5097 - Convert test.test_retryable_writes_unified to async (#2113) 2025-01-31 15:50:46 -05:00
test_retryable_writes.py PYTHON-5413 Handle flaky tests (#2395) 2025-07-01 15:42:58 -05:00
test_run_command.py PYTHON-5098 - Convert test.test_run_command to async (#2114) 2025-02-04 09:42:21 -05:00
test_sdam_monitoring_spec.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_server_selection_in_window.py PYTHON-5413 Handle flaky tests (#2395) 2025-07-01 15:42:58 -05:00
test_server_selection_logging.py PYTHON-5102 Convert test.test_server_selection_logging to async (#2121) 2025-02-04 10:31:11 -08:00
test_server_selection_rtt.py PYTHON-5103 Convert test.test_server_selection_rtt to async (#2122) 2025-02-04 10:30:35 -08:00
test_server_selection.py PYTHON-4780 Implement fast path for server selection with Primary (#2416) 2025-07-22 10:23:26 -05:00
test_session.py PYTHON-5514 Specific assertions for "is" and "is not None" (#2502) 2025-08-25 08:54:10 -07:00
test_sessions_unified.py PYTHON 5104 - Convert test.test_sessions_unified to async (#2123) 2025-02-04 09:52:26 -08:00
test_srv_polling.py PYTHON-5500 Account for extra flakiness in test_dns_failures_logging (#2533) 2025-09-17 06:38:24 -05:00
test_ssl.py PYTHON-5415 - Unskip tests that rely on server hostname (#2398) 2025-07-07 09:59:48 -04:00
test_streaming_protocol.py PYTHON-5322 - Increase test_streaming_protocol.TestStreamingProtocol test_monitor_waits_after_server_check_error timeout (#2315) 2025-04-25 13:27:27 -04:00
test_transactions_unified.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_transactions.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_unified_format.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_versioned_api_integration.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
unified_format.py PYTHON-4928 Convert CSFLE spec tests to unified test format (#2520) 2025-09-08 16:01:12 -05:00
utils_selection_tests.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
utils_spec_runner.py PYTHON-5027 Test Windows with Python 3.14t (#2444) 2025-07-24 13:20:19 -05:00
utils.py PYTHON-5027 Test Windows with Python 3.14t (#2444) 2025-07-24 13:20:19 -05:00