(session: Session)
| 391 | |
| 392 | |
| 393 | def pytest_collection(session: Session) -> None: |
| 394 | session.perform_collect() |
| 395 | |
| 396 | |
| 397 | def pytest_runtestloop(session: Session) -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…