change: relocate unittest

This commit is contained in:
debugtalk
2021-10-01 20:59:45 +08:00
parent 98a6bcc931
commit 9e449b1b52

View File

@@ -1,4 +1,4 @@
package postman_echo
package examples
import (
"testing"
@@ -6,7 +6,7 @@ import (
"github.com/httprunner/httpboomer"
)
func TestCaseHardcode(t *testing.T) {
func TestCaseBasicRequest(t *testing.T) {
testcase := &httpboomer.TestCase{
Config: httpboomer.TConfig{
Name: "request methods testcase in hardcode",