MCPcopy
hub / github.com/pex-tool/pex / td

Function td

tests/integration/cli/commands/test_venv_create.py:47–53  ·  view source on GitHub ↗
(
    tmpdir_factory,  # type: TempdirFactory
    request,  # type: Any
)

Source from the content-addressed store, hash-verified

45
46@pytest.fixture(scope="module")
47def td(
48 tmpdir_factory, # type: TempdirFactory
49 request, # type: Any
50):
51 # type: (...) -> Tempdir
52
53 return tmpdir_factory.mktemp("td", request=request)
54
55
56@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

mktempMethod · 0.80

Tested by

no test coverage detected