“蒋伟” 1 year ago
parent
commit
43aa3b50e1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test_case/qccq/test_allAPI2.py

+ 0 - 2
test_case/qccq/test_allAPI2.py

@@ -25,9 +25,7 @@ def creat_case(yaml_path):
 class TestAPI:
     pass
 
-data =[]
 for yaml_path in path:
     yaml_name = yaml_path.name[:-5]
-    data.append(yaml_path)
     print(yaml_path)
     setattr(TestAPI, yaml_name, creat_case(yaml_path))