(self)
| 154 | assert treq(authority=b"").first_line_format == "relative" |
| 155 | |
| 156 | def test_method(self): |
| 157 | _test_decoded_attr(treq(), "method") |
| 158 | |
| 159 | def test_scheme(self): |
| 160 | _test_decoded_attr(treq(), "scheme") |
nothing calls this directly
no test coverage detected