()
| 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 |
no outgoing calls
no test coverage detected