Skip to content
Merged
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 test_readit.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ def test_help_option(runner):
" -V, --version Check latest version\n"
" -e, --export TEXT... Export URLs in csv file\n"
" -tl, --taglist TEXT... Show all Tags\n"
" -ui, --urlinfo TEXT... Check particular URL info\n"
" -ui, --urlinfo TEXT Check particular URL information\n"
" --help Show this message and exit.\n")
assert result.output == expected_output