mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
implement the makeHandler and structure the high-level mvc's API
Former-commit-id: 412118eae436981711ef57821f2d85b77a5d1a12
This commit is contained in:
11
mvc2/handler_test.go
Normal file
11
mvc2/handler_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
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.
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user