add TODO: check hook function if valid

This commit is contained in:
debugtalk
2018-07-30 15:38:39 +08:00
parent 70cda05afb
commit cc60f2bf20
+1
View File
@@ -102,6 +102,7 @@ class Runner(object):
def do_hook_actions(self, actions): def do_hook_actions(self, actions):
for action in actions: for action in actions:
logger.log_debug("call hook: {}".format(action)) logger.log_debug("call hook: {}".format(action))
# TODO: check hook function if valid
self.context.eval_content(action) self.context.eval_content(action)
def run_test(self, testcase_dict): def run_test(self, testcase_dict):