931
932
def build_yui_unittest_suite(app_testing_path, yui_test_class):
932
933
suite = unittest.TestSuite()
933
934
testing_path = os.path.join(config.root, 'lib', app_testing_path)
939
937
test_case = yui_test_class()
945
950
class ZopeTestInSubProcess:
946
951
"""Run tests in a sub-process, respecting Zope idiosyncrasies.