MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / testSocketAuth

Method testSocketAuth

pymysql/tests/test_connection.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 @pytest.mark.skipif(not socket_auth, reason="connection to unix_socket required")
138 @pytest.mark.skipif(not socket_found, reason="no socket plugin")
139 def testSocketAuth(self):
140 self.realtestSocketAuth()
141
142 def realtestSocketAuth(self):
143 with TempUser(

Callers

nothing calls this directly

Calls 1

realtestSocketAuthMethod · 0.95

Tested by

no test coverage detected