stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Testing Controllers? #84

Open tgreiser opened 10 years ago

tgreiser commented 10 years ago

I was looking at webcontext_test and it more or less works for me, but I noticed the note that testify/http/TestResponseWriter is deprecated. Is there a new approach that uses ResponseRecorder? I tried whipping up my own TestContext using ResponseRecorder but I didn't have much luck getting it going.