Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ ZZZZ_set_app_current
Function
ZZZZ_set_app_current
t/integration/conftest.py:115–117 ·
view source on GitHub ↗
(app)
Source
from the content-addressed store, hash-verified
113
114
@pytest.fixture(autouse=True)
115
def
ZZZZ_set_app_current(app):
116
app.set_current()
117
app.set_default()
118
119
120
@pytest.fixture(scope=
'session'
)
Callers
nothing calls this directly
Calls
2
set_current
Method · 0.80
set_default
Method · 0.80
Tested by
no test coverage detected