MCPcopy Create free account
hub / github.com/pallets/flask / modules_tmp_path_prefix

Function modules_tmp_path_prefix

tests/conftest.py:140–142  ·  view source on GitHub ↗
(modules_tmp_path, monkeypatch)

Source from the content-addressed store, hash-verified

138
139@pytest.fixture
140def modules_tmp_path_prefix(modules_tmp_path, monkeypatch):
141 monkeypatch.setattr(sys, "prefix", os.fspath(modules_tmp_path))
142 return modules_tmp_path
143
144
145@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected