mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix merge
This commit is contained in:
12
hrp/internal/code/code_test.go
Normal file
12
hrp/internal/code/code_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package code
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetErrorCode(t *testing.T) {
|
||||
err := LoadYAMLError
|
||||
code := GetErrorCode(err)
|
||||
fmt.Println(code)
|
||||
}
|
||||
Reference in New Issue
Block a user