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

Function test_rdclass_forced_with_origin

tests/test_rrset_reader.py:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def test_rdclass_forced_with_origin():
75 input = """;
76foo 20 mx 10 a
77bar.example. 30 mx 20 b.
78"""
79 rrsets = read_rrsets(input, origin="example")
80 assert equal_rrsets(rrsets, [expected_mx_5, expected_mx_6])
81
82
83def test_rdclass_forced_with_origin_relativized():

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…