New implementation for parse_parameters, without CSV feature

This commit is contained in:
debugtalk
2018-08-14 00:00:51 +08:00
parent a664684ba4
commit 3fa15d7c2d
3 changed files with 147 additions and 5 deletions

View File

@@ -898,7 +898,7 @@ def load_project_tests(folder_path):
def load_testcases(path):
""" load testcases from file path
""" load testcases from file path, extend and merge with api/testcase definitions.
Args:
path (str): testcase file/foler path.