mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Add some tests
This commit is contained in:
7
iris_test.go
Normal file
7
iris_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
//
|
||||
Reference in New Issue
Block a user