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

Function test_name_default_value

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

Source from the content-addressed store, hash-verified

84
85@pytest.mark.usefixtures("tmp_git_project")
86def test_name_default_value(util: UtilFixture, capsys):
87 util.run_cli("example")
88 out, _ = capsys.readouterr()
89 assert out.startswith("fix: correct minor typos in code")
90
91
92def test_ls(util: UtilFixture, capsys):

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…