MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_cast

Method test_cast

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

Source from the content-addressed store, hash-verified

6302 self._do_test(c)
6303
6304 def test_cast(self):
6305 c = cast(self.column, Integer)
6306 self._do_test(c)
6307
6308
6309class ExecutionOptionsTest(fixtures.TestBase):

Callers

nothing calls this directly

Calls 2

_do_testMethod · 0.95
castFunction · 0.90

Tested by

no test coverage detected