MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / test_CHAR

Method test_CHAR

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

Source from the content-addressed store, hash-verified

178 self.cursor.execute('drop table %s' % (self.table))
179
180 def test_CHAR(self):
181 # Character data
182 def generator(row,col):
183 return ('%i' % ((row+col) % 10)) * 255
184 self.check_data_integrity(
185 ('col1 char(255)','col2 char(255)'),
186 generator)
187
188 def test_INT(self):
189 # Number data

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected