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

Function test_show_config_cli

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

Source from the content-addressed store, hash-verified

740
741
742def test_show_config_cli():
743 out, err, ec = get_output_error_code([sys.executable, "-m", __name__, "--show-config"])
744 assert ec == 0
745 assert "show_config" not in out
746
747
748def test_show_config_json_cli():

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…