1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

add white box tests for transaction, response writer and some of the context's method

Former-commit-id: 67ea92337f120f03e8bb96d3daa43529b10af2f2
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-17 02:14:46 +02:00
parent bfeabbd74e
commit 57e5b77853
7 changed files with 545 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ import (
. "gopkg.in/kataras/iris.v6"
)
// go test -v -run TestConfiguration*
// $ go test -v -run TestConfiguration*
func TestConfigurationStatic(t *testing.T) {
def := DefaultConfiguration()