iris/iris_test.go
Makis Maropoulos 93dc7c7e48 Add some tests
2016-07-05 13:37:10 +02:00

8 lines
271 B
Go

package iris
// Notes:
//
// We use Default := New() and not api := New() or just Default because we want to cover as much code as possible
// The tests are usually end-to-end, except some features like plugins, which we have normal unit testing and end-to-end tests
//