MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / testSocketAuth

Method testSocketAuth

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

realtestSocketAuthMethod · 0.95

Tested by

no test coverage detected