MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_cast

Method test_cast

test/sql/test_compiler.py:6510–6512  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6508 self._do_test(c)
6509
6510 def test_cast(self):
6511 c = cast(self.column, Integer)
6512 self._do_test(c)
6513
6514
6515class ExecutionOptionsTest(fixtures.TestBase):

Callers

nothing calls this directly

Calls 2

_do_testMethod · 0.95
castFunction · 0.90

Tested by

no test coverage detected