MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / read_config

Function read_config

lib/sqlalchemy/testing/plugin/plugin_base.py:272–277  ·  view source on GitHub ↗
(root_path)

Source from the content-addressed store, hash-verified

270
271
272def read_config(root_path):
273 global file_config
274 file_config = configparser.ConfigParser()
275 file_config.read(
276 [str(root_path / "setup.cfg"), str(root_path / "test.cfg")]
277 )
278
279
280def pre_begin(opt):

Callers 1

_list_dbsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected