From ab63ebcfa50c67062daa98b01a5ee0eda81464c5 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 17 Feb 2017 11:08:40 +0200 Subject: [PATCH] Add a link for the end-to-end test library that Iris uses Former-commit-id: 09543d9479d1919bb642f3190c210fa5a5b86561 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd244787..5bd2e1dc 100644 --- a/README.md +++ b/README.md @@ -200,10 +200,12 @@ Documentation Testing ------------ -You can find RESTFUL test examples by navigating to the following links: +You can find End-To-End test examples by navigating to the source code. -- [gavv/_examples/iris_test.go](https://github.com/gavv/httpexpect/blob/master/_examples/iris_test.go) -- [./httptest/_example/main_test.go](https://github.com/kataras/iris/blob/v6/httptest/_example/main_test.go) +A simple test is located to [./httptest/_example/main_test.go](https://github.com/kataras/iris/blob/v6/httptest/_example/main_test.go) + + +Read more about [gavv's httpexpect](https://github.com/gavv/httpexpect). FAQ