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