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

Function pytest_sessionstart

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_log_sqlalchemy_infoFunction · 0.85

Tested by

no test coverage detected