MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / post_configure_engine

Function post_configure_engine

lib/sqlalchemy/testing/provision.py:395–399  ·  view source on GitHub ↗

Perform extra steps after configuring the main engine for testing. (For the internal dialects, currently only used by sqlite, oracle, mssql)

(url, engine, follower_ident)

Source from the content-addressed store, hash-verified

393
394@register.init
395def post_configure_engine(url, engine, follower_ident):
396 """Perform extra steps after configuring the main engine for testing.
397
398 (For the internal dialects, currently only used by sqlite, oracle, mssql)
399 """
400
401
402@register.init

Callers 1

setup_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected