MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fixtures

Method fixtures

lib/sqlalchemy/testing/fixtures/sql.py:177–178  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

175
176 @classmethod
177 def fixtures(cls):
178 return {}
179
180 @classmethod
181 def insert_data(cls, connection):

Callers 1

_load_fixturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected