Searched refs:_call_run_once (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
H A Dtest_unittest.py68 # tests the test._call_run_once implementation
75 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'})
89 # tests the test._call_run_once implementation
95 self.test._call_run_once([], False, None, (1, 2), {'arg': 'val'})
109 self.god.stub_function(self.test, '_call_run_once')
110 # tests the test._call_run_once implementation
112 self.test._call_run_once.expect_call([], False, None, (1, 2),
181 self.god.stub_function(self.test, '_call_run_once')
185 # tests the test._call_run_once implementation
189 self.test._call_run_once
[all...]
H A Dtest.py346 """Thin wrapper around _call_run_once that retries unsuccessful tests.
361 self._call_run_once(constraints, profile_only,
373 def _call_run_once(self, constraints, profile_only, member in class:base_test

Completed in 145 milliseconds