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

Function test_collect_pytest_prefix_bug_integration

testing/test_config.py:1304–1308  ·  view source on GitHub ↗

Integration test for issue #3775

(pytester: Pytester)

Source from the content-addressed store, hash-verified

1302
1303
1304def test_collect_pytest_prefix_bug_integration(pytester: Pytester) -> None:
1305 """Integration test for issue #3775"""
1306 p = pytester.copy_example("config/collect_pytest_prefix")
1307 result = pytester.runpytest(p)
1308 result.stdout.fnmatch_lines(["* 1 passed *"])
1309
1310
1311def 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