MCPcopy
hub / github.com/PyMySQL/PyMySQL / test_caching_sha2_no_password_ssl

Function test_caching_sha2_no_password_ssl

tests/test_auth.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def test_caching_sha2_no_password_ssl():
49 con = pymysql.connect(user="nopass_caching_sha2", host=host, port=port, ssl=ssl)
50 con.close()
51
52
53def test_caching_sha2_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…