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

Function cls

doc/en/example/fixtures/test_fixtures_order_scope.py:15–16  ·  view source on GitHub ↗
(order)

Source from the content-addressed store, hash-verified

13
14@pytest.fixture(scope="class")
15def cls(order):
16 order.append("class")
17
18
19@pytest.fixture(scope="module")

Callers 15

simpleMethod · 0.85
for_configMethod · 0.85
from_callMethod · 0.85
_from_jsonMethod · 0.85
from_item_and_callMethod · 0.85
_genfunctionsMethod · 0.85
from_configMethod · 0.85
contextMethod · 0.85
approxFunction · 0.85
from_itemMethod · 0.85
from_itemMethod · 0.85
paramMethod · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected