mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +08:00
add testcase file path check
This commit is contained in:
@@ -166,6 +166,7 @@ def load_testcases_by_path(path):
|
||||
testcases_list = []
|
||||
|
||||
else:
|
||||
logging.error("file not found: {}".format(path))
|
||||
testcases_list = []
|
||||
|
||||
testcases_cache_mapping[path] = testcases_list
|
||||
|
||||
Reference in New Issue
Block a user