Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
15
def
cls(order):
16
order.append(
"class"
)
17
18
19
@pytest.fixture(scope=
"module"
)
Callers
15
simple
Method · 0.85
for_config
Method · 0.85
from_call
Method · 0.85
_from_json
Method · 0.85
from_item_and_call
Method · 0.85
_genfunctions
Method · 0.85
from_config
Method · 0.85
context
Method · 0.85
approx
Function · 0.85
from_item
Method · 0.85
from_item
Method · 0.85
param
Method · 0.85
Calls
1
append
Method · 0.80
Tested by
no test coverage detected