18 lines
288 B
Go
18 lines
288 B
Go
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)
|
|
// })
|
|
//}
|