(session)
| 166 | |
| 167 | |
| 168 | def 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 | |
| 175 | def pytest_sessionfinish(session): |
nothing calls this directly
no test coverage detected