(self)
| 87 | self.connect_srv(URIS["ATLAS_SRV_SHRD"]) |
| 88 | |
| 89 | def test_srv_tls_11(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"]) |
nothing calls this directly
no test coverage detected