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

Function test_pytestconfig_is_session_scoped

testing/python/integration.py:336–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334
335
336def test_pytestconfig_is_session_scoped() -> None:
337 from _pytest.fixtures import pytestconfig
338
339 marker = getfixturemarker(pytestconfig)
340 assert marker is not None
341 assert marker.scope == "session"
342
343
344class TestNoselikeTestAttribute:

Callers

nothing calls this directly

Calls 1

getfixturemarkerFunction · 0.90

Tested by

no test coverage detected