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

Method _check_scope

src/_pytest/fixtures.py:492–497  ·  view source on GitHub ↗
(
        self,
        requested_fixturedef: FixtureDef[object],
        requested_scope: Scope,
    )

Source from the content-addressed store, hash-verified

490
491 @abc.abstractmethod
492 def _check_scope(
493 self,
494 requested_fixturedef: FixtureDef[object],
495 requested_scope: Scope,
496 ) -> None:
497 raise NotImplementedError()
498
499 @property
500 def fixturenames(self) -> list[str]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected