mongo-python-driver/tools
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
..
clean.py PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414) 2023-11-01 19:37:22 -05:00
compare_import_time.py PYTHON-4260 Lazily load optional imports (#1550) 2024-03-25 12:55:41 -05:00
convert_test_to_async.py Add script to help convert sync tests to async tests (#1825) 2024-09-03 13:26:11 -04:00
ensure_future_annotations_import.py PYTHON-4260 Lazily load optional imports (#1550) 2024-03-25 12:55:41 -05:00
fail_if_no_c.py PYTHON-4451 Use Hatch as Build Backend (#1644) 2024-06-07 06:24:18 -05:00
ocsptest.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
README.rst removing all support for mongo-qa tests 2010-01-05 14:20:12 -05:00
synchro.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
synchro.sh PYTHON-4530 - Move synchronized test code into top-level test directory (#1718) 2024-07-02 08:59:39 -07:00

Tools
=====
This directory contains tools for use with the ``pymongo`` module.