add testcase file path check

This commit is contained in:
debugtalk
2017-11-02 12:03:05 +08:00
parent 70853efe46
commit d5addd7af5
3 changed files with 8 additions and 1 deletions

View File

@@ -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