We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa532b6 commit b26f408Copy full SHA for b26f408
tests/commands/test_bump_command.py
@@ -30,7 +30,6 @@
30
@pytest.mark.usefixtures("tmp_commitizen_project")
31
def test_bump_patch_increment(commit_msg, mocker):
32
create_file_and_commit(commit_msg)
33
- # testargs = ["cz", "bump"]
34
testargs = ["cz", "bump", "--yes"]
35
mocker.patch.object(sys, "argv", testargs)
36
cli.main()
@@ -54,7 +53,11 @@ def test_bump_minor_increment(commit_msg, mocker):
54
53
"commit_msg",
55
(
56
"feat: new user interface\n\nBREAKING CHANGE: age is no longer supported",
+ "feat!: new user interface\n\nBREAKING CHANGE: age is no longer supported",
57
+ "feat!: new user interface",
58
"feat(user): new user interface\n\nBREAKING CHANGE: age is no longer supported",
59
+ "feat(user)!: new user interface\n\nBREAKING CHANGE: age is no longer supported",
60
+ "feat(user)!: new user interface",
61
"BREAKING CHANGE: age is no longer supported",
62
"BREAKING-CHANGE: age is no longer supported",
63
),
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments