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

Method test_xdist_normal

testing/test_terminal.py:2327–2333  ·  view source on GitHub ↗
(
        self, many_tests_files, pytester: Pytester, monkeypatch
    )

Source from the content-addressed store, hash-verified

2325 )
2326
2327 def test_xdist_normal(
2328 self, many_tests_files, pytester: Pytester, monkeypatch
2329 ) -> None:
2330 pytest.importorskip("xdist")
2331 monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", raising=False)
2332 output = pytester.runpytest("-n2")
2333 output.stdout.re_match_lines([r"\.{20} \s+ \[100%\]"])
2334
2335 def test_xdist_normal_count(
2336 self, many_tests_files, pytester: Pytester, monkeypatch

Callers

nothing calls this directly

Calls 3

delenvMethod · 0.80
re_match_linesMethod · 0.80
runpytestMethod · 0.45

Tested by

no test coverage detected