Closed
Description
The testing documentation here is obsolete:
http://revel.github.io/manual/testing.html
MakeRequest is no longer a method on a suite. Since TestRequest struct hides the suite field, I can no longer implement my own methods (like PutFormCustom or whatever). Is the loss of flexibility here intentional or is this something that might be fixed?