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

Method setup_test

test/sql/test_operators.py:3244–3247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3242 __dialect__ = "default_enhanced"
3243
3244 def setup_test(self):
3245 self.table = table(
3246 "mytable", column("myid", Integer), column("name", String)
3247 )
3248
3249 def test_regexp_match(self):
3250 self.assert_compile(

Callers

nothing calls this directly

Calls 2

tableFunction · 0.90
columnFunction · 0.90

Tested by

no test coverage detected