(session: "Session")
| 111 | |
| 112 | |
| 113 | def pytest_sessionstart(session: "Session") -> None: |
| 114 | session._fixturemanager = FixtureManager(session) |
| 115 | |
| 116 | |
| 117 | def get_scope_package(node, fixturedef: "FixtureDef[object]"): |
nothing calls this directly
no test coverage detected