mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-21 16:22:17 +08:00
upgrade hrp version to v5
This commit is contained in:
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
// reference extracted variables for validation in the same step
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestCaseCallFunction(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestHTTPProtocol(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestRendezvous(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestCaseBasicRequest(t *testing.T) {
|
||||
|
||||
@@ -5,7 +5,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestCaseUploadFile(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestCaseValidateStep(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package tests
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/httprunner/httprunner/v4/hrp"
|
||||
"github.com/httprunner/httprunner/v5/hrp"
|
||||
)
|
||||
|
||||
func TestCaseConfigVariables(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user