MCPcopy
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)
115def 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_currentMethod · 0.80
set_defaultMethod · 0.80

Tested by

no test coverage detected