MCPcopy Create free account
hub / github.com/ipython/traitlets / test_deprecated_notifier

Function test_deprecated_notifier

tests/config/test_application.py:725–731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723
724
725def test_deprecated_notifier():
726 app = DeprecatedApp()
727 assert not app.override_called
728 assert not app.parent_called
729 app.config = Config({"A": {"b": "c"}})
730 assert app.override_called
731 assert app.parent_called
732
733
734def test_help_output():

Callers

nothing calls this directly

Calls 2

ConfigClass · 0.90
DeprecatedAppClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…