go-zookeeper / zk

Native ZooKeeper client for Go
BSD 3-Clause "New" or "Revised" License
512 stars 130 forks source link

Add test assertion library #147

Closed MKrupauskas closed 2 months ago

MKrupauskas commented 2 months ago

We don't want to add a dependency on https://pkg.go.dev/github.com/stretchr/testify because we want to stay a zero-dependency library. However, we want to have more convenient test assertions. Therefore, we should write our own,