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

Method test_LONG_BYTE

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

Source from the content-addressed store, hash-verified

260 generator)
261
262 def test_LONG_BYTE(self):
263 def generator(row,col):
264 if col == 0:
265 return row
266 else:
267 return self.BLOBBinary # 'BLOB\000Binary ' * 1024
268 self.check_data_integrity(
269 ('col1 INT','col2 LONG BYTE'),
270 generator)
271
272 def test_BLOB(self):
273 def generator(row,col):

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected