HomeSort by relevance Sort by last modified time
    Searched refs:_call_run_once (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/
test_unittest.py 68 # 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.expect_call([], False, None, (1, 2)
    [all...]
test.py 346 """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
    [all...]

Completed in 418 milliseconds