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

Function test_collect_pytest_prefix_bug_integration

testing/test_config.py:1891–1895  ·  view source on GitHub ↗

Integration test for issue #3775

(pytester: Pytester)

Source from the content-addressed store, hash-verified

1889
1890
1891def test_collect_pytest_prefix_bug_integration(pytester: Pytester) -> None:
1892 """Integration test for issue #3775"""
1893 p = pytester.copy_example("config/collect_pytest_prefix")
1894 result = pytester.runpytest(p)
1895 result.stdout.fnmatch_lines(["* 1 passed *"])
1896
1897
1898def test_collect_pytest_prefix_bug(pytestconfig):

Callers

nothing calls this directly

Calls 3

fnmatch_linesMethod · 0.80
copy_exampleMethod · 0.45
runpytestMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…