MCPcopy
hub / github.com/pytest-dev/pytest / test_xdist_normal

Method test_xdist_normal

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

Source from the content-addressed store, hash-verified

2511 )
2512
2513 def test_xdist_normal(self, many_files, pytester: Pytester, monkeypatch) -> None:
2514 pytest.importorskip("xdist")
2515 monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", raising=False)
2516 output = pytester.runpytest("-n2")
2517 output.stdout.re_match_lines([r"[\.E]{40} \s+ \[100%\]"])
2518
2519
2520def 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