(self, tdata)
| 35 | assert self.p() |
| 36 | |
| 37 | def test_certs(self, tdata): |
| 38 | with pytest.raises(Exception, match="ambiguous option"): |
| 39 | self.assert_noerr("--cert", tdata.path("mitmproxy/data/testkey.pem")) |
nothing calls this directly
no test coverage detected