mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
change: relocate unittest
This commit is contained in:
@@ -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",
|
||||||
Reference in New Issue
Block a user