Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ test_sha256_no_password
Function
test_sha256_no_password
tests/test_auth.py:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
def
test_sha256_no_password():
21
con = pymysql.connect(user=
"nopass_sha256"
, host=host, port=port, ssl=None)
22
con.close()
23
24
25
def
test_sha256_no_passowrd_ssl():
Callers
nothing calls this directly
Calls
2
connect
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected