Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ project
Function
project
tests/integration/test_discussion_2979.py:136–138 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
134
135
@pytest.fixture(params=[
"project_dir"
,
"project_sdist"
,
"project_whl"
])
136
def
project(request):
137
# type: (...) -> str
138
return
cast(str, request.getfixturevalue(request.param))
139
140
141
def
assert_project(
Callers
nothing calls this directly
Calls
1
cast
Function · 0.90
Tested by
no test coverage detected