MCPcopy
hub / github.com/httprunner/httprunner / SetPluginLogOn

Method SetPluginLogOn

hrp/runner.go:136–140  ·  view source on GitHub ↗

SetPluginLogOn turns on plugin logging.

()

Source from the content-addressed store, hash-verified

134
135// SetPluginLogOn turns on plugin logging.
136func (r *HRPRunner) SetPluginLogOn() *HRPRunner {
137 log.Info().Msg("[init] SetPluginLogOn")
138 r.pluginLogOn = true
139 return r
140}
141
142// SetPython3Venv specifies python3 venv.
143func (r *HRPRunner) SetPython3Venv(venv string) *HRPRunner {

Callers 2

assertRunTestCasesFunction · 0.80
makeHRPRunnerFunction · 0.80

Calls

no outgoing calls

Tested by 1

assertRunTestCasesFunction · 0.64