iris/iris_test.go

8 lines
271 B
Go
Raw Normal View History

2016-07-05 13:37:10 +02:00
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
//