OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_analysis_scripts
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/health/
check_test_health.py
57
def
run_analysis_scripts
(scripts):
function
111
analysis_success =
run_analysis_scripts
(ANALYSIS_SCRIPTS)
check_test_health_unittest.py
89
"""Test the
run_analysis_scripts
() function."""
108
check_test_health.
run_analysis_scripts
(scripts)
119
self.assertTrue(check_test_health.
run_analysis_scripts
(scripts))
134
check_test_health.
run_analysis_scripts
(scripts)
146
self.assertFalse(check_test_health.
run_analysis_scripts
(scripts))
160
check_test_health.
run_analysis_scripts
(scripts)
169
self.mox.StubOutWithMock(check_test_health, '
run_analysis_scripts
')
187
check_test_health.
run_analysis_scripts
(
205
check_test_health.
run_analysis_scripts
(mox.IgnoreArg()).AndReturn(False)
Completed in 796 milliseconds