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

Method test_xdist_normal

testing/test_terminal.py:2214–2218  ·  view source on GitHub ↗
(self, many_files, pytester: Pytester, monkeypatch)

Source from the content-addressed store, hash-verified

2212 )
2213
2214 def test_xdist_normal(self, many_files, pytester: Pytester, monkeypatch) -> None:
2215 pytest.importorskip("xdist")
2216 monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", raising=False)
2217 output = pytester.runpytest("-n2")
2218 output.stdout.re_match_lines([r"[\.E]{40} \s+ \[100%\]"])
2219
2220
2221def test_skip_reasons_folding() -> None:

Callers

nothing calls this directly

Calls 3

delenvMethod · 0.80
re_match_linesMethod · 0.80
runpytestMethod · 0.45

Tested by

no test coverage detected