def test_core_progress(testname): # Run all core tests in suite "progress" core.run_test("progress", testname)
def test_core_coverage(testname): # Run all core tests in suite "coverage" core.run_test("coverage", testname)
def test_core_parallel(testname): # Run all core tests in suite "parallel" core.run_test("parallel", testname)