MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / test_render_columns_no_strs

Function test_render_columns_no_strs

tests/test_cmd2.py:1421–1424  ·  view source on GitHub ↗
(help_app: HelpApp)

Source from the content-addressed store, hash-verified

1419
1420
1421def test_render_columns_no_strs(help_app: HelpApp) -> None:
1422 no_strs = []
1423 result = help_app.render_columns(no_strs)
1424 assert result == ""
1425
1426
1427def test_render_columns_one_str(help_app: HelpApp) -> None:

Callers

nothing calls this directly

Calls 1

render_columnsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…