MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / test_set_charset

Method test_set_charset

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

Source from the content-addressed store, hash-verified

529 self.assertTrue(conn.open)
530
531 def test_set_charset(self):
532 c = self.connect()
533 c.set_charset("utf8mb4")
534 # TODO validate setting here
535
536 def test_defer_connect(self):
537 import socket

Callers

nothing calls this directly

Calls 2

set_charsetMethod · 0.80
connectMethod · 0.45

Tested by

no test coverage detected