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

Function test_rdclass_forced

tests/test_rrset_reader.py:65–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def test_rdclass_forced():
66 input = """;
67foo 20 mx 10 a
68bar 30 mx 20 b.
69"""
70 rrsets = read_rrsets(input)
71 assert equal_rrsets(rrsets, [expected_mx_3, expected_mx_4])
72
73
74def test_rdclass_forced_with_origin():

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…