samuel / go-zookeeper

Native ZooKeeper client for Go. This project is no longer maintained. Please use https://github.com/go-zookeeper/zk instead.
BSD 3-Clause "New" or "Revised" License
1.64k stars 672 forks source link

Rename server test files to only build when testing #218

Closed samuel closed 5 years ago

samuel commented 5 years ago

Because these files had exported functions it's possible someone is using them, but it's not good for non test files to import testing. If it turns out these are used outside of this repo then they can be moved to another sub-package that can be imported when needed.

Fixes #217

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.03%) to 80.767% when pulling 57760230f04457090f7c85c8b1fb57e928c01282 on server-tests into 3c104360edc8b46f85e0180ffaa01fdf3ff2c8a2 on master.