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

Function test_pytestconfig_is_session_scoped

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

Source from the content-addressed store, hash-verified

264
265
266def test_pytestconfig_is_session_scoped() -> None:
267 from _pytest.fixtures import pytestconfig
268
269 marker = getfixturemarker(pytestconfig)
270 assert marker is not None
271 assert marker.scope == "session"
272
273
274class TestNoselikeTestAttribute:

Callers

nothing calls this directly

Calls 1

getfixturemarkerFunction · 0.90

Tested by

no test coverage detected