extract meta data of request and bind it to testcase

This commit is contained in:
debugtalk
2018-02-26 00:13:31 +08:00
parent e8ce54864b
commit 02d41c4e51
3 changed files with 18 additions and 15 deletions

View File

@@ -173,6 +173,8 @@ class Runner(object):
finally:
setup_teardown(teardown_actions)
return getattr(self.http_client_session, "meta_data", {})
def extract_output(self, output_variables_list):
""" extract output variables
"""