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

Method test_INT

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

Source from the content-addressed store, hash-verified

186 generator)
187
188 def test_INT(self):
189 # Number data
190 def generator(row,col):
191 return row*row
192 self.check_data_integrity(
193 ('col1 INT',),
194 generator)
195
196 def test_DECIMAL(self):
197 # DECIMAL

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected