etcd-io/gofail

Add e2e test

ahrtr opened this issue · 3 comments

ahrtr commented

Currently there is only unit test. It would be great if we have an e2e test suite, and it's supposed to be triggered on each PR or commits on master.

@ahrtr is there a doc explains what is needed here ?

@ahrtr is there a doc explains what is needed here ?

There is no doc on this. The ideal is straightforward. We need to start the HTTP server, and tests all RESTful APIs.

func (*httpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {

ok i can take this 👍🏽

please assign me