#2829 fix tests for changed helpstring
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue23687a  into  master

@@ -13,7 +13,7 @@ 

      maxDiff = None

  

      def setUp(self):

-         self.error_format = """Usage: %s list-api [options] [method_name]

+         self.error_format = """Usage: %s list-api [options] [method_name ...]

  (Specify the --help global option for a list of other help options)

  

  %s: error: {message}
@@ -81,7 +81,7 @@ 

      def test_anon_handle_list_api_help(self):

          self.assert_help(

              anon_handle_list_api,

-             """Usage: %s list-api [options] [method_name]

+             """Usage: %s list-api [options] [method_name ...]

  (Specify the --help global option for a list of other help options)

  

  Options:

Commit d566c88 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago
Metadata