Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httprunner/httprunner
/ with_db_engine
Method
with_db_engine
httprunner/runner.py:101–103 ·
view source on GitHub ↗
(self, db_engine)
Source
from the content-addressed store, hash-verified
99
return
self
100
101
def
with_db_engine(self, db_engine) ->
"SessionRunner"
:
102
self.db_engine = db_engine
103
return
self
104
105
def
__parse_config(self, param: Dict = None) -> None:
106
# parse config variables
Callers
1
test_start
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_start
Method · 0.64