MCPcopy 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
429def 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_appMethod · 0.95
DashClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…