mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +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):
|
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):
|
||||||
|
|||||||
Reference in New Issue
Block a user