(session: "Session")
| 104 | |
| 105 | |
| 106 | def pytest_sessionfinish(session: "Session") -> None: |
| 107 | session._setupstate.teardown_exact(None) |
| 108 | |
| 109 | |
| 110 | def pytest_runtest_protocol(item: Item, nextitem: Optional[Item]) -> bool: |
nothing calls this directly
no test coverage detected