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

Function test_name_rdclass_forced

tests/test_rrset_reader.py:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def test_name_rdclass_forced():
57 input = """30 mx 10 a
5810 mx 20 b.
59"""
60 rrsets = read_rrsets(input, name="name")
61 assert equal_rrsets(rrsets, [expected_mx_2])
62 assert rrsets[0].ttl == 10
63
64
65def test_rdclass_forced():

Callers

nothing calls this directly

Calls 2

read_rrsetsFunction · 0.90
equal_rrsetsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…