iris/mvc2/handler_test.go
kataras bfec1d174f implement the makeHandler and structure the high-level mvc's API
Former-commit-id: 412118eae436981711ef57821f2d85b77a5d1a12
2017-11-24 12:32:35 +02:00

12 lines
181 B
Go

package mvc2
/*
TODO:
Test that as we test the rest, with
a fake context, and after move again to
the mvc_test.go which will contain
the overall high-level (black-box) tests.
*/