MCPcopy
hub / github.com/PyMySQL/PyMySQL / test_sha256_password

Function test_sha256_password

tests/test_auth.py:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def test_sha256_password():
30 con = pymysql.connect(
31 user="user_sha256", password=pass_sha256, host=host, port=port, ssl=None
32 )
33 con.close()
34
35
36def test_sha256_password_ssl():

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…