MCPcopy
hub / github.com/httprunner/httprunner / TestRunCaseWithGoPlugin

Function TestRunCaseWithGoPlugin

hrp/runner_test.go:49–54  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

47}
48
49func TestRunCaseWithGoPlugin(t *testing.T) {
50 buildHashicorpGoPlugin()
51 defer removeHashicorpGoPlugin()
52
53 assertRunTestCases(t)
54}
55
56func TestRunCaseWithPythonPlugin(t *testing.T) {
57 buildHashicorpPyPlugin()

Callers

nothing calls this directly

Calls 3

buildHashicorpGoPluginFunction · 0.85
removeHashicorpGoPluginFunction · 0.85
assertRunTestCasesFunction · 0.85

Tested by

no test coverage detected