MCPcopy Index your code
hub / github.com/httprunner/httprunner / log_sql_req_resp_details

Function log_sql_req_resp_details

httprunner/step_sql_request.py:162–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 call_hooks(runner, step.teardown_hooks, step_variables, "teardown request")
161
162 def log_sql_req_resp_details():
163 err_msg = "\n{} SQL DETAILED REQUEST & RESPONSE {}\n".format("*" * 32, "*" * 32)
164 err_msg += sql_request_print + sql_response_print
165 logger.error(err_msg)
166
167 # extract
168 extractors = step.extract

Callers 1

run_step_sql_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected