1 Star 0 Fork 76

lml2525/yomo

forked from YoMo/yomo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
zipper_test.go 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
venjiang 提交于 2022-03-03 23:03 . zipper test (#300)
package yomo
import (
"testing"
"time"
"github.com/stretchr/testify/assert"
)
func TestZipperRun(t *testing.T) {
zipper := NewZipperWithOptions("zipper", WithZipperAddr("localhost:9001"))
time.Sleep(time.Second)
assert.NotNil(t, zipper)
err := zipper.Close()
time.Sleep(time.Second)
assert.Nil(t, err)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lml2525/yomo.git
git@gitee.com:lml2525/yomo.git
lml2525
yomo
yomo
master

搜索帮助