MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / pytest_sessionstart

Function pytest_sessionstart

lib/sqlalchemy/testing/plugin/pytestplugin.py:167–171  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

165
166
167def pytest_sessionstart(session):
168 from sqlalchemy.testing import asyncio
169
170 _log_sqlalchemy_info(session)
171 asyncio._assume_async(plugin_base.post_begin)
172
173
174def pytest_sessionfinish(session):

Callers

nothing calls this directly

Calls 1

_log_sqlalchemy_infoFunction · 0.85

Tested by

no test coverage detected