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

Method test_utf8mb4

pymysql/tests/test_connection.py:441–445  ·  view source on GitHub ↗

This test requires MySQL >= 5.5

(self)

Source from the content-addressed store, hash-verified

439
440class TestConnection(base.PyMySQLTestCase):
441 def test_utf8mb4(self):
442 """This test requires MySQL >= 5.5"""
443 arg = self.databases[0].copy()
444 arg["charset"] = "utf8mb4"
445 pymysql.connect(**arg)
446
447 def test_set_character_set(self):
448 con = self.connect()

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected