(self)
| 90 | self.connect_srv(URIS["ATLAS_SRV_TLS11"]) |
| 91 | |
| 92 | def test_srv_tls_12(self): |
| 93 | self.connect_srv(URIS["ATLAS_SRV_TLS12"]) |
| 94 | |
| 95 | def test_x509_with_cert(self): |
| 96 | self.connect(URIS["ATLAS_X509_DEV_WITH_CERT"]) |
nothing calls this directly
no test coverage detected