Add a link for the end-to-end test library that Iris uses

Former-commit-id: 09543d9479d1919bb642f3190c210fa5a5b86561
This commit is contained in:
Gerasimos (Makis) Maropoulos 2017-02-17 11:08:40 +02:00
parent 5c318dfce6
commit ab63ebcfa5

View File

@ -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