MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / test_CHAR

Method test_CHAR

tests/capabilities.py:200–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 self.cursor.execute("drop table %s" % (self.table))
199
200 def test_CHAR(self):
201 # Character data
202 def generator(row, col):
203 return ("%i" % ((row + col) % 10)) * 255
204
205 self.check_data_integrity(("col1 char(255)", "col2 char(255)"), generator)
206
207 def test_INT(self):
208 # Number data

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected