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

Method test_TIME

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

Source from the content-addressed store, hash-verified

211 generator)
212
213 def test_TIME(self):
214 ticks = time()
215 def generator(row,col):
216 return self.db_module.TimeFromTicks(ticks+row*86400-col*1313)
217 self.check_data_integrity(
218 ('col1 TIME',),
219 generator)
220
221 def test_DATETIME(self):
222 ticks = time()

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected