MCPcopy
hub / github.com/httprunner/httprunner / TestRunCaseWithPythonPlugin

Function TestRunCaseWithPythonPlugin

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

Source from the content-addressed store, hash-verified

54}
55
56func TestRunCaseWithPythonPlugin(t *testing.T) {
57 buildHashicorpPyPlugin()
58 defer removeHashicorpPyPlugin()
59
60 assertRunTestCases(t)
61}
62
63func assertRunTestCases(t *testing.T) {
64 refCase := TestCasePath(demoTestCaseWithPluginJSONPath)

Callers

nothing calls this directly

Calls 3

buildHashicorpPyPluginFunction · 0.85
removeHashicorpPyPluginFunction · 0.85
assertRunTestCasesFunction · 0.85

Tested by

no test coverage detected