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

Function test_name

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

Source from the content-addressed store, hash-verified

77
78
79def test_name(util: UtilFixture, capsys):
80 util.run_cli("-n", "cz_jira", "example")
81 out, _ = capsys.readouterr()
82 assert out.startswith("JRA")
83
84
85@pytest.mark.usefixtures("tmp_git_project")

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…