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

Method test_nothing

testing/test_config.py:1384–1389  ·  view source on GitHub ↗
(self, tmp_path: Path, monkeypatch: MonkeyPatch)

Source from the content-addressed store, hash-verified

1382 assert inicfg == {}
1383
1384 def test_nothing(self, tmp_path: Path, monkeypatch: MonkeyPatch) -> None:
1385 monkeypatch.chdir(tmp_path)
1386 rootpath, inipath, inicfg = determine_setup(None, [str(tmp_path)])
1387 assert rootpath == tmp_path
1388 assert inipath is None
1389 assert inicfg == {}
1390
1391 @pytest.mark.parametrize(
1392 "name, contents",

Callers

nothing calls this directly

Calls 2

determine_setupFunction · 0.90
chdirMethod · 0.45

Tested by

no test coverage detected