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

Function test_caching_sha2_no_password_ssl

tests/test_auth.py:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def test_caching_sha2_no_password_ssl():
50 con = pymysql.connect(user="nopass_caching_sha2", host=host, port=port, ssl=ssl)
51 con.close()
52
53
54def test_caching_sha2_password():

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected