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

Method test_DECIMAL

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

Source from the content-addressed store, hash-verified

194 generator)
195
196 def test_DECIMAL(self):
197 # DECIMAL
198 def generator(row,col):
199 from decimal import Decimal
200 return Decimal("%d.%02d" % (row, col))
201 self.check_data_integrity(
202 ('col1 DECIMAL(5,2)',),
203 generator)
204
205 def test_DATE(self):
206 ticks = time()

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected