Files
httprunner/boomer_test.go
2021-09-30 13:19:54 +08:00

23 lines
328 B
Go

package httpboomer
import (
"testing"
)
func TestHttpBoomer(t *testing.T) {
// testcase1 := &TestCase{
// Config: TConfig{
// Name: "TestCase1",
// Weight: 2,
// },
// }
// testcase2 := &TestCase{
// Config: TConfig{
// Name: "TestCase2",
// Weight: 3,
// },
// }
// Run(testcase1, testcase2)
}