MCPcopy
hub / github.com/httprunner/httprunner / removeHashicorpPyPlugin

Function removeHashicorpPyPlugin

hrp/runner_test.go:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func removeHashicorpPyPlugin() {
43 log.Info().Msg("[teardown] remove hashicorp python plugin")
44 // on v4.1^, running case will generate .debugtalk_gen.py used by python plugin
45 os.Remove(tmpl(PluginPySourceFile))
46 os.Remove(tmpl(PluginPySourceGenFile))
47}
48
49func TestRunCaseWithGoPlugin(t *testing.T) {
50 buildHashicorpGoPlugin()

Callers 1

Calls 2

tmplFunction · 0.85
RemoveMethod · 0.65

Tested by

no test coverage detected