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

Function test_basic_trio

tests/test_doq.py:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 @pytest.mark.skipif(not have_quic, reason="requires aioquic")
68 def test_basic_trio():
69 dns.asyncbackend.set_default_backend("trio")
70 for address in addresses:
71 with Server(address=address) as server:
72 port = server.doq_address[1]
73 trio.run(amain, address, port)
74
75except ImportError:
76 pass

Callers

nothing calls this directly

Calls 2

ServerClass · 0.70
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…