mirror of
https://github.com/kataras/iris.git
synced 2025-12-30 16:27:04 +00:00
Add a Test framework to make it easier to test Iris app
I will commit the tests , mostly to see how this is working, when I finish with the front-end tests
This commit is contained in:
6
config/tester.go
Normal file
6
config/tester.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
// Tester configuration
|
||||
type Tester struct {
|
||||
Debug bool
|
||||
}
|
||||
Reference in New Issue
Block a user