mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 00:17:36 +08:00
fix: run testcases by folder path
This commit is contained in:
@@ -65,10 +65,7 @@ def main_ate():
|
||||
|
||||
try:
|
||||
task_suite = TaskSuite(testset_path)
|
||||
except exception.FileFormatError:
|
||||
success = False
|
||||
continue
|
||||
except exception.FileNotFoundError:
|
||||
except exception.TestcaseNotFound:
|
||||
success = False
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user