OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_call_run_once
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
test_unittest.py
64
# tests the test.
_call_run_once
implementation
71
self.test.
_call_run_once
([], False, None, (1, 2), {'arg': 'val'})
85
# tests the test.
_call_run_once
implementation
91
self.test.
_call_run_once
([], False, None, (1, 2), {'arg': 'val'})
105
self.god.stub_function(self.test, '
_call_run_once
')
106
# tests the test.
_call_run_once
implementation
108
self.test.
_call_run_once
.expect_call([], False, None, (1, 2),
178
self.god.stub_function(self.test, '
_call_run_once
')
182
# tests the test.
_call_run_once
implementation
186
self.test.
_call_run_once
.expect_call([], False, None, (1, 2)
[
all
...]
test.py
268
"""Thin wrapper around
_call_run_once
that retries unsuccessful tests.
283
self.
_call_run_once
(constraints, profile_only,
295
def
_call_run_once
(self, constraints, profile_only,
member in class:base_test
[
all
...]
Completed in 1370 milliseconds