cpython/Lib/test/test_asyncio
Kumar Aditya 0240ef4705
Some checks are pending
Tests / Windows MSI (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Undefined behavior sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
gh-98388: add tests for happy eyeballs (#136368)
2025-07-07 23:30:27 +05:30
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py gh-98388: add tests for happy eyeballs (#136368) 2025-07-07 23:30:27 +05:30
test_buffered_proto.py
test_context.py
test_eager_task_factory.py gh-128307: Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306) 2025-05-05 04:58:07 +00:00
test_events.py
test_free_threading.py
test_futures.py gh-134173: optimize state transfer between concurrent.futures.Future and asyncio.Future (#134174) 2025-05-18 21:26:20 +05:30
test_futures2.py
test_graph.py
test_locks.py
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py gh-90871: fix connection backlog offset in asyncio (gh-134392) 2025-05-21 15:59:09 +02:00
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_ssl.py gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) 2025-05-08 15:57:30 +03:00
test_sslproto.py
test_staggered.py
test_streams.py
test_subprocess.py
test_taskgroups.py
test_tasks.py gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) 2025-05-20 17:14:27 +02:00
test_threads.py
test_timeouts.py
test_tools.py gh-135371: Fix asyncio introspection output to include internal coroutine chains (#135436) 2025-06-14 13:48:25 +01:00
test_transports.py
test_unix_events.py
test_waitfor.py
test_windows_events.py
test_windows_utils.py
utils.py