Lines Matching +full:pass +full:- +full:1
6 print(' -- {}.__init__'.format(self.sub_class))
12 if self.args.verbose > 1:
13 print(' -- {}.pre_suite'.format(self.sub_class))
18 if self.args.verbose > 1:
19 print(' -- {}.post_suite'.format(self.sub_class))
23 if self.args.verbose > 1:
24 print(' -- {}.pre_case'.format(self.sub_class))
30 if self.args.verbose > 1:
31 print(' -- {}.post_case'.format(self.sub_class))
34 '''run command before test-runner does the execute step'''
35 if self.args.verbose > 1:
36 print(' -- {}.pre_execute'.format(self.sub_class))
39 '''run command after test-runner does the execute step'''
40 if self.args.verbose > 1:
41 print(' -- {}.post_execute'.format(self.sub_class))
45 if self.args.verbose > 1:
46 print(' -- {}.adjust_command {}'.format(self.sub_class, stage))
49 # pass
51 # pass
53 # pass
55 # pass
57 # pass
59 # pass
61 # pass
73 if self.args.verbose > 1:
74 print(' -- {}.check_args'.format(self.sub_class))