MCPcopy
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"])
136def project(request):
137 # type: (...) -> str
138 return cast(str, request.getfixturevalue(request.param))
139
140
141def assert_project(

Callers

nothing calls this directly

Calls 1

castFunction · 0.90

Tested by

no test coverage detected