예제 #1
0
def test_core_progress(testname):
    # Run all core tests in suite "progress"
    core.run_test("progress", testname)
예제 #2
0
def test_core_coverage(testname):
    # Run all core tests in suite "coverage"
    core.run_test("coverage", testname)
예제 #3
0
def test_core_parallel(testname):
    # Run all core tests in suite "parallel"
    core.run_test("parallel", testname)