Open
Description
What would you like to be added?
Add unit tests for etcdctl.
Tasks include:
- Add a fake client
- Add unit tests for most files in etcdctl/ctlv3/command
Why is this needed?
Right now all the changes to etcdctl
can only manually tested, which is hard to verify for reviewers. To improve reliability, we need to have proper testing.