MCPcopy Create free account
hub / github.com/rthalley/dnspython / test_basic_asyncio

Function test_basic_asyncio

tests/test_doq.py:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55@pytest.mark.skipif(not have_quic, reason="requires aioquic")
56def test_basic_asyncio():
57 dns.asyncbackend.set_default_backend("asyncio")
58 for address in addresses:
59 with Server(address=address) as server:
60 port = server.doq_address[1]
61 asyncio.run(amain(address, port))
62
63
64try:

Callers

nothing calls this directly

Calls 3

ServerClass · 0.70
amainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…