Files
httprunner/boomer_test.go
2021-10-16 23:14:16 +08:00

23 lines
322 B
Go

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