Files
httprunner/boomer_test.go
2021-10-10 22:39:52 +08:00

23 lines
329 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,
// },
// }
// Boom(testcase1, testcase2)
}