aioetcd
aioetcd copied to clipboard
add tests
not sure how to test async methods. :/
we could start unit testing the few synchronous methods
added integration tests, can't mock etcd any soon.
client.py is almost completly tested, lacks:
- [ ] reconnect to another host
- [ ] watch (eternal)
- [ ] watch with timeout
- [ ] watch iterator