1
0
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:
Makis Maropoulos
2016-07-03 16:26:53 +02:00
parent 0d4b0ecd43
commit 126e170371
4 changed files with 85 additions and 6 deletions

6
config/tester.go Normal file
View File

@@ -0,0 +1,6 @@
package config
// Tester configuration
type Tester struct {
Debug bool
}