Searched refs:_test_module (Results 1 – 3 of 3) sorted by relevance
42 _test_module = unittest variable62 TestCase = _test_module.TestCase # pylint: disable-msg=C6409305 _test_module.main()
44 import unittest as _test_module namespace74 TestCase = _test_module.TestCase # pylint: disable=C6409314 _test_module.main()
202 def _test_module(the_module): function227 test_runner = functools.partial(_test_module, the_module)