bilibili-backup/app/admin/main/apm/http/ecode_test.go

18 lines
288 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
package http
//import (
// "testing"
//
// "flag"
//
// . "github.com/smartystreets/goconvey/convey"
//)
//
//func TestEcodeList(t *testing.T) {
// Convey("test ecode list", t, func() {
// flag.Set("conf", "../cmd/apm-admin-test.toml")
// c := request(nil)
// ecodeList(&c)
// })
//}