Commit Graph

8 Commits

Author SHA1 Message Date
Noah Stapp
0e8d70457f
Async client uses tasks instead of threads
PYTHON-4725 - Async client should use tasks for SDAM instead of threads
PYTHON-4860 - Async client should use asyncio.Lock and asyncio.Condition
PYTHON-4941 - Synchronous unified test runner being used in asynchronous tests
PYTHON-4843 - Async test suite should use a single event loop
PYTHON-4945 - Fix test cleanups for mongoses

Co-authored-by: Iris <58442094+sleepyStick@users.noreply.github.com>
2024-11-26 16:55:27 -05:00
Noah Stapp
3855effbd8
PYTHON-4842 - Convert test.test_create_entities to async (#1919) 2024-10-15 15:16:42 -04:00
Steven Silvester
992d1507e7
PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
Shane Harvey
cde9adf6ab
PYTHON-3527 + PYTHON-3528 Fix no-server tests (#1118)
Fix TestCreateEntities when no server is running.
Fix no-server test_typeddict_find_notrequired.
2022-11-17 12:27:00 -08:00
Steven Silvester
5578999a90
PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
Julius Park
6d1dd6d63a
PYTHON-3014 Update how events are added to entity map to match specification (#785) 2021-11-12 16:23:57 -08:00
Julius Park
e1884b44df
PYTHON-2512 Update Astrolabe's Workload Executor to use the unified test runner (#783) 2021-11-11 15:00:17 -08:00
Julius Park
e80141ed1c
PYTHON-2992 Implement unified test format loop operation (#773) 2021-11-08 16:19:24 -08:00