1 import os.path
2 import unittest
3 from test import support
4
5 if support.PGO:
6 raise unittest.SkipTest("test is not helpful for PGO")
7
8 def load_tests(*args):
9 return support.load_package_tests(os.path.dirname(__file__), *args)