MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / test_ls

Function test_ls

tests/test_cli.py:92–97  ·  view source on GitHub ↗
(util: UtilFixture, capsys)

Source from the content-addressed store, hash-verified

90
91
92def test_ls(util: UtilFixture, capsys):
93 util.run_cli("-n", "cz_jira", "ls")
94 out, _ = capsys.readouterr()
95
96 assert "cz_conventional_commits" in out
97 assert isinstance(out, str)
98
99
100def test_arg_debug(util: UtilFixture):

Callers

nothing calls this directly

Calls 1

run_cliMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…