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

Method test_INT

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

Source from the content-addressed store, hash-verified

205 self.check_data_integrity(("col1 char(255)", "col2 char(255)"), generator)
206
207 def test_INT(self):
208 # Number data
209 def generator(row, col):
210 return row * row
211
212 self.check_data_integrity(("col1 INT",), generator)
213
214 def test_DECIMAL(self):
215 # DECIMAL

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected