示例#1
0
 def run_from_argv(self, argv):
     """
     Pre-parse the command line to extract the value of the --testrunner
     option. This allows a test runner to define additional command line
     arguments.
     """
     self.test_runner = get_command_line_option(argv, '--testrunner')
     super().run_from_argv(argv)
示例#2
0
 def run_from_argv(self, argv):
     """
     Pre-parse the command line to extract the value of the --testrunner
     option. This allows a test runner to define additional command line
     arguments.
     """
     self.test_runner = get_command_line_option(argv, '--testrunner')
     super().run_from_argv(argv)