add TODO: check hook function if valid

This commit is contained in:
httprunner
2018-07-30 15:38:39 +08:00
parent e7ee18a25d
commit a6478dabe8

View File

@@ -102,6 +102,7 @@ class Runner(object):
def do_hook_actions(self, actions):
for action in actions:
logger.log_debug("call hook: {}".format(action))
# TODO: check hook function if valid
self.context.eval_content(action)
def run_test(self, testcase_dict):