()
| 69 | |
| 70 | |
| 71 | def test_render_priority(): |
| 72 | assert dns.render_priority(b"", Metadata(content_type="application/dns-message")) |
| 73 | assert not dns.render_priority(b"", Metadata(content_type="text/plain")) |
| 74 | assert not dns.render_priority(b"", Metadata()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…