From 825758bff4d7c3f56331eea6603c769a845c62e3 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 18 Dec 2019 16:05:51 +0800 Subject: [PATCH] doc: add todo --- httprunner/loader/check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httprunner/loader/check.py b/httprunner/loader/check.py index 27e647a4..9654709b 100644 --- a/httprunner/loader/check.py +++ b/httprunner/loader/check.py @@ -127,6 +127,8 @@ def is_testcase_path(path): if not os.path.exists(path): return False + # TODO: check file format if valid + return True