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

Function test_show_config_json_cli

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

Source from the content-addressed store, hash-verified

746
747
748def test_show_config_json_cli():
749 out, err, ec = get_output_error_code([sys.executable, "-m", __name__, "--show-config-json"])
750 assert ec == 0
751 assert "show_config" not in out
752
753
754def test_show_config(capsys):

Callers

nothing calls this directly

Calls 1

get_output_error_codeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…