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

Method setup_bind

test/sql/test_resultset.py:3120–3124  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

3118
3119 @classmethod
3120 def setup_bind(cls):
3121 cls.engine = engine = engines.testing_engine(
3122 "sqlite://", options={"scope": "class"}
3123 )
3124 return engine
3125
3126 @classmethod
3127 def define_tables(cls, metadata):

Callers

nothing calls this directly

Calls 1

testing_engineMethod · 0.80

Tested by

no test coverage detected