(session: Session)
| 109 | |
| 110 | |
| 111 | def pytest_sessionfinish(session: Session) -> None: |
| 112 | session._setupstate.teardown_exact(None) |
| 113 | |
| 114 | |
| 115 | def pytest_runtest_protocol(item: Item, nextitem: Item | None) -> bool: |
nothing calls this directly
no test coverage detected