Lines Matching refs:pkg5unittest
102 # pkg5unittest. It may be because of circular import inside pkg5unittest.
197 import pkg5unittest
199 from pkg5unittest import OUTPUT_DOTS, OUTPUT_VERBOSE, OUTPUT_PARSEABLE
202 if pkg5unittest.CLIENT_API_VERSION not in api.COMPATIBLE_API_VERSIONS:
224 suiteClass = pkg5unittest.Pkg5TestSuite
338 mod, c_name = pkg5unittest.find_names(c.tests[0])
341 res += pkg5unittest.Pkg5TestRunner.\
389 pkg5unittest.g_debug_output = debug_output
494 runner = pkg5unittest.Pkg5TestRunner(baseline, output=output,
506 except pkg5unittest.Pkg5TestCase.failureException as e:
511 except pkg5unittest.TestStopException as e:
543 pkg_path = [os.path.join(pkg5unittest.g_pkg_path, "*")]
544 proto = ["{0}/*".format(pkg5unittest.g_proto_area)]