mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
refactor: rename to hrp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package httpboomer
|
||||
package hrp
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/imroc/req"
|
||||
"github.com/jmespath/go-jmespath"
|
||||
|
||||
"github.com/httprunner/httpboomer/builtin"
|
||||
"github.com/httprunner/hrp/builtin"
|
||||
)
|
||||
|
||||
func NewResponseObject(t *testing.T, resp *req.Resp) (*ResponseObject, error) {
|
||||
|
||||
Reference in New Issue
Block a user