fix tests
This commit is contained in:
parent
dd4a7edcfd
commit
502e7ed2ca
48 changed files with 131 additions and 134 deletions
|
|
@ -17,7 +17,7 @@ class TestUnblockPkg(utils.CliTestCase):
|
|||
maxDiff = None
|
||||
|
||||
def setUp(self):
|
||||
self.error_format = """Usage: %s unblock-pkg [options] tag package [package2 ...]
|
||||
self.error_format = """Usage: %s unblock-pkg [options] <tag> <package> [<package> ...]
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
%s: error: {message}
|
||||
|
|
@ -60,7 +60,7 @@ class TestUnblockPkg(utils.CliTestCase):
|
|||
def test_handle_unblock_pkg_help(self):
|
||||
self.assert_help(
|
||||
handle_unblock_pkg,
|
||||
"""Usage: %s unblock-pkg [options] tag package [package2 ...]
|
||||
"""Usage: %s unblock-pkg [options] <tag> <package> [<package> ...]
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
Options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue