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

Method test_DATETIME

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

Source from the content-addressed store, hash-verified

219 generator)
220
221 def test_DATETIME(self):
222 ticks = time()
223 def generator(row,col):
224 return self.db_module.TimestampFromTicks(ticks+row*86400-col*1313)
225 self.check_data_integrity(
226 ('col1 DATETIME',),
227 generator)
228
229 def test_TIMESTAMP(self):
230 ticks = time()

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected