Update runner.py

This commit is contained in:
rock feng
2018-06-13 19:56:37 +08:00
committed by GitHub
parent ccfdec9e3d
commit 9cd7d92dce

View File

@@ -178,7 +178,7 @@ class Runner(object):
extractors = testcase_dict.get("extract", []) or testcase_dict.get("extractors", [])
extracted_variables_mapping = resp_obj.extract_response(extractors)
self.context.bind_extracted_variables(extracted_variables_mapping)
#print(self.context.testcase_parser.variables)
# validate
validators = testcase_dict.get("validate", []) or testcase_dict.get("validators", [])
try: