MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_validate_basetemp_ok

Function test_validate_basetemp_ok

testing/test_main.py:88–90  ·  view source on GitHub ↗
(tmp_path, basetemp, monkeypatch)

Source from the content-addressed store, hash-verified

86
87@pytest.mark.parametrize("basetemp", ["foo", "foo/bar"])
88def test_validate_basetemp_ok(tmp_path, basetemp, monkeypatch):
89 monkeypatch.chdir(str(tmp_path))
90 validate_basetemp(tmp_path / basetemp)
91
92
93@pytest.mark.parametrize("basetemp", ["", ".", ".."])

Callers

nothing calls this directly

Calls 2

validate_basetempFunction · 0.90
chdirMethod · 0.45

Tested by

no test coverage detected