Wrapping with an empty cert file
(self)
| 731 | certfile=certfile) |
| 732 | |
| 733 | def test_empty_cert(self): |
| 734 | """Wrapping with an empty cert file""" |
| 735 | self.bad_cert_test("nullcert.pem") |
| 736 | |
| 737 | def test_malformed_cert(self): |
| 738 | """Wrapping with a badly formatted certificate (syntax error)""" |
nothing calls this directly
no test coverage detected