Home | History | Annotate | Download | only in tool

Lines Matching refs:def

41     def __init__(self, **kwargs):
44 def execute(self, options, args, tool):
57 def __init__(self, **kwargs):
61 def execute(self, options, args, tool):
68 def test_name_with_arguments(self):
75 def test_parse_required_arguments(self):
82 def test_required_arguments(self):
90 def __init__(self, commands=None):
93 def path(self):
96 def should_execute_command(self, command):
101 def _assert_split(self, args, expected_split):
104 def test_split_args(self):
118 def test_command_by_name(self):
124 def _assert_tool_main_outputs(self, tool, main_args, expected_stdout, expected_stderr = "", expected_exit_code=0):
128 def test_retry(self):
134 def test_global_help(self):
169 def test_command_help(self):