OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:python_tests
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/gtest/test/
run_tests_util.py
394
def RunTests(self,
python_tests
, binary_tests):
398
python_tests
: List of Python tests to run in the form of tuples
407
if
python_tests
or binary_tests:
409
for directory, test in
python_tests
:
run_tests_util_test.py
177
python_tests
= sets.Set(map(NormalizePythonTestPair, results[0]))
179
return (
python_tests
, binary_tests)
Completed in 52 milliseconds