MCPcopy Index your code
hub / github.com/httprunner/httprunner / TestGetErrorCode

Function TestGetErrorCode

hrp/internal/code/code_test.go:8–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestGetErrorCode(t *testing.T) {
9 err := LoadYAMLError
10 code := GetErrorCode(err)
11 fmt.Println(code)
12}

Callers

nothing calls this directly

Calls 1

GetErrorCodeFunction · 0.85

Tested by

no test coverage detected