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