add testcase file path check

This commit is contained in:
httprunner
2017-11-02 12:03:05 +08:00
parent eac1173cd7
commit 02fa6050dd
3 changed files with 8 additions and 1 deletions

View File

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