change: relocate unittest

This commit is contained in:
debugtalk
2021-10-01 20:59:45 +08:00
parent 98a6bcc931
commit 9e449b1b52
@@ -1,4 +1,4 @@
package postman_echo package examples
import ( import (
"testing" "testing"
@@ -6,7 +6,7 @@ import (
"github.com/httprunner/httpboomer" "github.com/httprunner/httpboomer"
) )
func TestCaseHardcode(t *testing.T) { func TestCaseBasicRequest(t *testing.T) {
testcase := &httpboomer.TestCase{ testcase := &httpboomer.TestCase{
Config: httpboomer.TConfig{ Config: httpboomer.TConfig{
Name: "request methods testcase in hardcode", Name: "request methods testcase in hardcode",