Home | History | Annotate | Download | only in Scripts

Lines Matching full:self

49     def __init__(self, scripts_directory):
50 self.scripts_directory = scripts_directory
52 def script_path(self, script_file_name):
54 return os.path.join(self.scripts_directory, script_file_name)
56 def run_test_script(self, script_title, script_path, args=None):
65 def main(self):
72 self.run_test_script('Perl scripts', self.script_path('test-webkitperl'))
73 self.run_test_script('Python scripts', self.script_path('test-webkitpy'),