mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 06:19:34 +08:00
fix: convert_testcase_path
This commit is contained in:
@@ -25,7 +25,7 @@ def main_run(extra_args):
|
||||
continue
|
||||
elif os.path.isfile(item):
|
||||
# replace YAML/JSON file path with generated python file
|
||||
extra_args[index] = convert_testcase_path(item)
|
||||
extra_args[index], _ = convert_testcase_path(item)
|
||||
|
||||
tests_path_list.append(item)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user