OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_prep_scripts
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/health/
check_test_health_unittest.py
15
"""Test the
run_prep_scripts
() function."""
34
check_test_health.
run_prep_scripts
(scripts)
45
self.assertTrue(check_test_health.
run_prep_scripts
(scripts))
60
check_test_health.
run_prep_scripts
(scripts)
72
self.assertFalse(check_test_health.
run_prep_scripts
(scripts))
84
check_test_health.
run_prep_scripts
(scripts)
168
self.mox.StubOutWithMock(check_test_health, '
run_prep_scripts
')
185
check_test_health.
run_prep_scripts
(
196
check_test_health.
run_prep_scripts
(mox.IgnoreArg()).AndReturn(False)
204
check_test_health.
run_prep_scripts
(mox.IgnoreArg()).AndReturn(True
[
all
...]
check_test_health.py
33
def
run_prep_scripts
(scripts):
function
107
prep_success =
run_prep_scripts
(PREP_SCRIPTS)
Completed in 54 milliseconds