ecode_test.go 288 B

1234567891011121314151617
  1. package http
  2. //import (
  3. // "testing"
  4. //
  5. // "flag"
  6. //
  7. // . "github.com/smartystreets/goconvey/convey"
  8. //)
  9. //
  10. //func TestEcodeList(t *testing.T) {
  11. // Convey("test ecode list", t, func() {
  12. // flag.Set("conf", "../cmd/apm-admin-test.toml")
  13. // c := request(nil)
  14. // ecodeList(&c)
  15. // })
  16. //}