Home
last modified time | relevance | path

Searched refs:python_tests (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/gtest/test/
Drun_tests_util.py394 def RunTests(self, python_tests, binary_tests): argument
407 if python_tests or binary_tests:
409 for directory, test in python_tests:
Drun_tests_util_test.py177 python_tests = sets.Set(map(NormalizePythonTestPair, results[0]))
179 return (python_tests, binary_tests)