def test_full_suite(): tests = full_tests report = full_report project = project_name suite_func(tests, report, 3, project)
def test_smoking_suite(): tests = smoking_tests report = smoking_report project = project_name suite_func(tests, report, 1, project)
def test_main_suite(): tests = main_tests report = main_report project = project_name suite_func(tests, report, 2, project)