This commit is contained in:
cpwu 2022-07-26 17:56:29 +08:00
parent 9101b2aeba
commit 4bec9b1cdc
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ class TDTestCase:
cfg_list.append(current_case1) cfg_list.append(current_case1)
cfg_list.append(current_case3) cfg_list.append(current_case3)
# case2 must in last of least, because use this cfg as data uniformity test
cfg_list.append(current_case2)
return cfg_list return cfg_list
def cfg_check(self): def cfg_check(self):