MCPcopy
hub / github.com/PyMySQL/PyMySQL / test_caching_sha2_no_password

Function test_caching_sha2_no_password

tests/test_auth.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def test_caching_sha2_no_password():
44 con = pymysql.connect(user="nopass_caching_sha2", host=host, port=port, ssl=None)
45 con.close()
46
47
48def test_caching_sha2_no_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…