MCPcopy Create free account
hub / github.com/httprunner/httprunner / run

Method run

httprunner/step_sql_request.py:199–200  ·  view source on GitHub ↗
(self, runner: HttpRunner)

Source from the content-addressed store, hash-verified

197 super().__init__(step)
198
199 def run(self, runner: HttpRunner):
200 return run_step_sql_request(runner, self.__step)
201
202
203class StepSqlRequestExtraction(StepRequestExtraction):

Callers

nothing calls this directly

Calls 1

run_step_sql_requestFunction · 0.85

Tested by

no test coverage detected