“蒋伟” 1 жил өмнө
parent
commit
89acbfefb5

+ 1 - 1
test_case/qccq/test_allAPI2.py

@@ -14,7 +14,7 @@ path = Path(__file__).parent.glob("**/*.yaml")
 def creat_case(yaml_path):
     @pytest.mark.parametrize("arg_names", read_testcase(rf"{yaml_path}"))
     def test_fun(self, arg_names):
-        # allure.dynamic.title(arg_names["name"])
+        allure.dynamic.title(arg_names["name"])
         RequestUtil("base_qccq_sc").standard_yaml(arg_names)
 
     return test_fun

+ 1 - 1
test_case/test_allAPI.py

@@ -14,7 +14,7 @@ path = Path(__file__).parent.glob("**/*.yaml")
 def creat_case(yaml_path):
     @pytest.mark.parametrize("arg_names", read_testcase(rf"{yaml_path}"))
     def test_fun(self, arg_names):
-        # allure.dynamic.title(arg_names["name"])
+        allure.dynamic.title(arg_names["name"])
         RequestUtil("base_qccq_sc").standard_yaml(arg_names)
 
     return test_fun