Skip to content

Commit

Permalink
Fix up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jul 21, 2024
1 parent 9623dcf commit 55aeb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions tests/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,7 @@ def test_do_help_help(cmd, stdout):
'',
' help [command|setting]',
'',
'Description',
'~~~~~~~~~~~',
'',
"The 'help' command displays the list of commands available along with a brief",
"The help command displays the list of commands available along with a brief",
'synopsis of each. When specified with a command, it displays the manual page for',
'that particular command. When specified with a configuration setting, it',
'displays information about that setting and its valid options.',
Expand Down
8 changes: 1 addition & 7 deletions tests/test_ripcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,6 @@ def test_do_help_with_arg(ripcmd, reader):
set duplicates all|first|last
Description
~~~~~~~~~~~
This setting specifies the handling of duplicates (detected by title and chapter length) by the
cmd_automap command. For various reasons, it is fairly common to find duplicated tracks on DVDs. The
valid values for this setting are:
Expand All @@ -717,10 +714,7 @@ def test_do_help_with_arg(ripcmd, reader):
│ different meta-data exist. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
See Also
~~~~~~~~
cmd_automap
See also cmd_automap
"""


Expand Down

0 comments on commit 55aeb1c

Please sign in to comment.