(self)
| 157 | _test_decoded_attr(treq(), "method") |
| 158 | |
| 159 | def test_scheme(self): |
| 160 | _test_decoded_attr(treq(), "scheme") |
| 161 | |
| 162 | def test_port(self): |
| 163 | _test_passthrough_attr(treq(), "port", 1234) |
nothing calls this directly
no test coverage detected