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

Method test_no_eval_cli_text

tests/config/test_application.py:119–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 assert "hello" in stream.getvalue()
118
119 def test_no_eval_cli_text(self):
120 app = MyApp()
121 app.initialize(["--Foo.name=1"])
122 app.init_foo()
123 assert app.foo.name == "1"
124
125 def test_basic(self):
126 app = MyApp()

Callers

nothing calls this directly

Calls 3

initializeMethod · 0.95
init_fooMethod · 0.95
MyAppClass · 0.70

Tested by

no test coverage detected