MCPcopy
hub / github.com/urllib3/urllib3 / test_resolve_ssl_version

Method test_resolve_ssl_version

test/test_util.py:991–992  ·  view source on GitHub ↗
(self, candidate: int | str, version: int)

Source from the content-addressed store, hash-verified

989 ],
990 )
991 def test_resolve_ssl_version(self, candidate: int | str, version: int) -> None:
992 assert resolve_ssl_version(candidate) == version
993
994 def test_ssl_wrap_socket_loads_the_cert_chain(self) -> None:
995 socket = Mock()

Callers

nothing calls this directly

Calls 1

resolve_ssl_versionFunction · 0.90

Tested by

no test coverage detected