OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_suites
(Results
1 - 2
of
2
) sorted by null
/development/testrunner/test_defs/
gtest.py
88
test_suites
= []
95
test_suites
.append(suite)
96
return
test_suites
/cts/tools/utils/cts/
tools.py
42
self.
test_suites
= {}
50
sub_suite = self.
test_suites
.setdefault(names[0], TestPackage.TestSuite())
55
for (suite_name, suite) in self.
test_suites
.iteritems():
Completed in 134 milliseconds