Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ test_caching_sha2_no_password_ssl
Function
test_caching_sha2_no_password_ssl
tests/test_auth.py:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
test_caching_sha2_no_password_ssl():
50
con = pymysql.connect(user=
"nopass_caching_sha2"
, host=host, port=port, ssl=ssl)
51
con.close()
52
53
54
def
test_caching_sha2_password():
Callers
nothing calls this directly
Calls
2
connect
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected