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

Method test_TIME

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

Source from the content-addressed store, hash-verified

240 self.check_data_integrity(("col1 DATE",), generator)
241
242 def test_TIME(self):
243 ticks = time()
244
245 def generator(row, col):
246 return self.db_module.TimeFromTicks(ticks + row * 86400 - col * 1313)
247
248 self.check_data_integrity(("col1 TIME",), generator)
249
250 def test_DATETIME(self):
251 ticks = time()

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected