Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_test_utils.py45 import unittest as _test_module namespace
68 TestCase = _test_module.TestCase # pylint: disable=C6409
255 _test_module.main()
/third_party/python/Lib/test/libregrtest/
Druntest.py254 def _test_module(the_module): function
289 test_runner = functools.partial(_test_module, the_module)