Home
last modified time | relevance | path

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

/external/googletest/googletest/test/
Dgtest_test_utils.py44 import unittest as _test_module namespace
74 TestCase = _test_module.TestCase # pylint: disable=C6409
312 _test_module.main()
/external/python/cpython3/Lib/test/libregrtest/
Druntest.py202 def _test_module(the_module): function
227 test_runner = functools.partial(_test_module, the_module)