Skip to content
Closed

. #1663

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_cli_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

NAKED_HELP_MESSAGE_PRETTY_WITH_INVALID_ARG = NAKED_BASE_TEMPLATE.format(
extra_args="--pretty {all, colors, format, none} ",
error_msg="argument --pretty: invalid choice: '$invalid' (choose from 'all', 'colors', 'format', 'none')"
error_msg="argument --pretty: invalid choice: '$invalid' (choose from all, colors, format, none)"
)


Expand Down
Loading