(modules_tmp_path, monkeypatch)
| 138 | |
| 139 | @pytest.fixture |
| 140 | def 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 |
nothing calls this directly
no outgoing calls
no test coverage detected