1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-26 22:37:08 +00:00

Add tests for context body reader and for mux api (.API)

This commit is contained in:
Makis Maropoulos
2016-07-02 17:44:01 +02:00
parent 50b1366e9d
commit 263fc77e5c
3 changed files with 149 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
//Package test -v ./... builds all tests
package test
// Contains tests for sessions
// Contains tests for sessions(sessions package) & flash messages(context)
import (
"testing"