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

Method test_LONG

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

Source from the content-addressed store, hash-verified

274 self.check_data_integrity(("col1 TIMESTAMP",), generator)
275
276 def test_LONG(self):
277 def generator(row, col):
278 if col == 0:
279 return row
280 else:
281 return self.BLOBUText # 'BLOB Text ' * 1024
282
283 self.check_data_integrity(("col1 INT", "col2 LONG"), generator)
284
285 def test_TEXT(self):
286 def generator(row, col):

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected