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

Function test_sha256_password

tests/test_auth.py:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected