Skip to content

Commit eacf799

Browse files
committed
test(check): Python 3.13 help text format has been changed. Change the test accordingly
1 parent 3197556 commit eacf799

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/commands/test_check_command/test_check_command_shows_description_when_use_help_option.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
usage: cz check [-h]
2-
[--commit-msg-file COMMIT_MSG_FILE | --rev-range REV_RANGE | -m MESSAGE]
3-
[--allow-abort] [--allowed-prefixes [ALLOWED_PREFIXES ...]]
2+
usage: cz check [-h] [--commit-msg-file COMMIT_MSG_FILE |
3+
--rev-range REV_RANGE | -m MESSAGE] [--allow-abort]
4+
[--allowed-prefixes [ALLOWED_PREFIXES ...]]
45
[-l MESSAGE_LENGTH_LIMIT]
56

67
validates that a commit message matches the commitizen schema

0 commit comments

Comments
 (0)