65 for suite, test
in tests:
66 self.
_tests_to_run_tests_to_run += [
'--suite', suite,
'--test', test]
82 self.
_args_args.extend([
'-C',
'off'])
85 from sys
import platform
86 if platform.endswith(
'win32'):
87 self.
_args_args.extend([
'-C',
'ansi'])
89 self.
_args_args.extend([
'-C',
'on'])
95 self.
_args_args.extend(
106 return self.
_args_args
110 '-C' not in self.
_args_args
and \
111 '--consolecolors' not in self.
_args_args
115 '-C' not in self.
_args_args
and \
116 '--consolecolors' not in self.
_args_args
120 '-W' not in self.
_args_args
and \
121 '--consolewidth' not in self.
_args_args
125 '-P' not in self.
_args_args
and \
126 '--pythonpath' not in self.
_args_args
130 '-d' not in self.
_args_args
and \
131 '--outputdir' not in self.
_args_args
135 '-L' not in self.
_args_args
and \
136 '--loglevel' not in self.
_args_args
def _is_necessary_add_python_paths(self)
def with_python_path(self, paths)
def with_existing_args(self, args)
def with_runnable_tests(self, tests)
def _is_necessary_add_log_level(self)
def with_console_width(self, console_width)
def _is_necessary_add_console_width(self)
def with_output_directory(self, output_directory)
def with_log_level(self, log_level)
def _is_necessary_disable_console_color(self)
def without_console_color(self, without_colors=True)
def _is_necessary_add_console_color(self)
def _is_necessary_add_output_dir(self)