doc: add todo

This commit is contained in:
debugtalk
2019-12-18 16:05:51 +08:00
parent 85e37d5a60
commit 825758bff4

View File

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