mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 06:27:36 +08:00
add testcase file path check
This commit is contained in:
@@ -68,6 +68,9 @@ def main_ate():
|
||||
except exception.FileFormatError:
|
||||
success = False
|
||||
continue
|
||||
except exception.FileNotFoundError:
|
||||
success = False
|
||||
continue
|
||||
|
||||
output_folder_name = os.path.basename(os.path.splitext(testset_path)[0])
|
||||
kwargs = {
|
||||
|
||||
Reference in New Issue
Block a user