rename testset => testcase

This commit is contained in:
debugtalk
2018-10-02 23:56:16 +08:00
parent c440dbeb7a
commit 968fdc3b01
20 changed files with 86 additions and 68 deletions

View File

@@ -423,7 +423,7 @@ def gen_cartesian_product(*args):
def validate_json_file(file_list):
""" validate JSON testset format
""" validate JSON testcase format
"""
for json_file in set(file_list):
if not json_file.endswith(".json"):
@@ -442,7 +442,7 @@ def validate_json_file(file_list):
def prettify_json_file(file_list):
""" prettify JSON testset format
""" prettify JSON testcase format
"""
for json_file in set(file_list):
if not json_file.endswith(".json"):