コード例 #1
0
def test_full_suite():
    tests = full_tests
    report = full_report
    project = project_name
    suite_func(tests, report, 3, project)
コード例 #2
0
def test_smoking_suite():
    tests = smoking_tests
    report = smoking_report
    project = project_name
    suite_func(tests, report, 1, project)
コード例 #3
0
def test_main_suite():
    tests = main_tests
    report = main_report
    project = project_name
    suite_func(tests, report, 2, project)