mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 03:49:56 +08:00
add TODO: check hook function if valid
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user