Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agronholm/anyio
/ endpoints
Endpoints
11 in github.com/agronholm/anyio
⨍
Functions
2,163
◇
Types & classes
270
↳
Endpoints
11
Route
anyio_backend
pytest.fixture(scope="module", params=get_available_backends())
src/anyio/pytest_plugin.py:None
Route
test_connection_refused
pytest.mark.parametrize( "target, exception_class", [ pytest.param(
tests/test_sockets.py:None
Route
test_debugger_exit_in_taskgroup
pytest.mark.parametrize("anyio_backend_name", get_available_backends())
tests/test_pytest_plugin.py:None
Route
test_from_async
pytest.mark.parametrize("portal_backend_name", get_available_backends())
tests/test_from_thread.py:None
Route
test_happy_eyeballs_refcycles
pytest.mark.skipif( sys.implementation.name == "pypy", reason=( "gc.get_referrers
tests/test_sockets.py:None
Route
test_keyboardinterrupt_during_test
pytest.mark.parametrize("anyio_backend_name", get_available_backends())
tests/test_pytest_plugin.py:None
Route
test_non_main_task_name
pytest.mark.parametrize( "name_input,expected", [ (None, "tests.test_debugging.test_non_main_t
tests/test_debugging.py:None
Route
test_process_new_session_sid
pytest.mark.skipif( platform.system() == "Windows", reason="Windows does not have os.getsid()" )
tests/test_subprocesses.py:None
Route
test_run_sync_worker_cyclic_references
pytest.mark.skipif( sys.implementation.name == "pypy", reason=( "gc.get_referrers is broken on
tests/test_to_thread.py:None
Route
test_send_eof_not_implemented
pytest.mark.parametrize( "force_tlsv12", [ pytest.param( False,
tests/streams/test_tls.py:None
Route
test_user_group_arguments
pytest.mark.parametrize( "argname, argvalue_factory", [ pytest.param( "user",
tests/test_subprocesses.py:None