aioetcd icon indicating copy to clipboard operation
aioetcd copied to clipboard

add tests

Open lisael opened this issue 11 years ago • 1 comments

not sure how to test async methods. :/

we could start unit testing the few synchronous methods

lisael avatar Dec 11 '14 03:12 lisael

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

lisael avatar Dec 15 '14 13:12 lisael