How to do the unit test with etcd as backend server
Created by: Yancey1989
Most of the codes of https://github.com/PaddlePaddle/Paddle/projects/18 are related with etcd server.But how to do the unit test with these codes? Maybe we can start up a etcd server when we execute make test
, but it's too hackly... Does anyone have a good idea?