MCPcopy
hub / github.com/PyMySQL/PyMySQL / test_sha256_no_passowrd_ssl

Function test_sha256_no_passowrd_ssl

tests/test_auth.py:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def test_sha256_no_passowrd_ssl():
25 con = pymysql.connect(user="nopass_sha256", host=host, port=port, ssl=ssl)
26 con.close()
27
28
29def test_sha256_password():

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…