Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ test_app_invalid_delayed_config
Function
test_app_invalid_delayed_config
tests/unit/test_configs.py:429–432 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
427
428
429
def
test_app_invalid_delayed_config():
430
app = Dash(server=False)
431
with
pytest.raises(AttributeError):
432
app.init_app(app=Flask(
"test"
), name=
"too late 2 update"
)
433
434
435
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
2
init_app
Method · 0.95
Dash
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…