Searched refs:test_ordinal (Results 1 – 4 of 4) sorted by relevance
21 def pre_case(self, test_ordinal, testid): argument26 self.args.test_ordinal = test_ordinal
63 def call_pre_case(self, test_ordinal, testid): argument66 pgn_inst.pre_case(test_ordinal, testid)70 print('test_ordinal is {}'.format(test_ordinal))
135 self.args.test_ordinal, self.args.testid, 'memory leak check')
32 def pre_case(self, test_ordinal, testid) # see "PRE_CASE" below