예제 #1
0
파일: testing.py 프로젝트: bendavis78/zope
def run(test_suite):
    options = testrunner.get_options()
    options.resume_layer = None
    options.resume_number = 0
    testrunner.run_with_options(options, test_suite)
예제 #2
0
파일: testing.py 프로젝트: CGTIC/Plone_SP
def run(test_suite):
    options = testrunner.get_options()
    options.resume_layer = None
    options.resume_number = 0
    testrunner.run_with_options(options, test_suite)