(self, certfile)
| 2054 | self.skipTest('ssl support required') |
| 2055 | |
| 2056 | def make_server(self, certfile): |
| 2057 | from test.ssl_servers import make_https_server |
| 2058 | return make_https_server(self, certfile=certfile) |
| 2059 | |
| 2060 | def test_attributes(self): |
| 2061 | # simple test to check it's storing the timeout |
no test coverage detected