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

Method test_DATE

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

Source from the content-addressed store, hash-verified

203 generator)
204
205 def test_DATE(self):
206 ticks = time()
207 def generator(row,col):
208 return self.db_module.DateFromTicks(ticks+row*86400-col*1313)
209 self.check_data_integrity(
210 ('col1 DATE',),
211 generator)
212
213 def test_TIME(self):
214 ticks = time()

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected