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

Method test_read_default_group

pymysql/tests/test_connection.py:525–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

523 conn.ping(reconnect=False)
524
525 def test_read_default_group(self):
526 conn = self.connect(
527 read_default_group="client",
528 )
529 self.assertTrue(conn.open)
530
531 def test_set_charset(self):
532 c = self.connect()

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected