Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ pytest_sessionstart
Function
pytest_sessionstart
tests/conftest.py:6–8 ·
view source on GitHub ↗
(session)
Source
from the content-addressed store, hash-verified
4
5
6
def
pytest_sessionstart(session):
7
if
not shutil.which(
"gcore"
):
8
pytest.exit(
"gcore not found (you probably forgot to install gdb)"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected