()
| 17 | |
| 18 | |
| 19 | def test_render_priority(): |
| 20 | req = tutils.treq() |
| 21 | req.query = [("foo", "bar"), ("foo", "baz")] |
| 22 | assert query.render_priority(b"", Metadata(http_message=req)) |
| 23 | assert not query.render_priority(b"", Metadata()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…