mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Merge pull request #1148 from drenel18/patch-1
Fix link for httpexpect in README Former-commit-id: 44eda556757f93c4af5f762efd7f870cfe6f6639
This commit is contained in:
commit
53c010e855
|
@ -908,7 +908,7 @@ func main() {
|
|||
|
||||
### Testing
|
||||
|
||||
Iris offers an incredible support for the [httpexpect](github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`.
|
||||
Iris offers an incredible support for the [httpexpect](https://github.com/iris-contrib/httpexpect), a Testing Framework for web applications. However, you are able to use the standard Go's `net/http/httptest` package as well but in this example we will use the `kataras/iris/httptest`.
|
||||
|
||||
```go
|
||||
package main
|
||||
|
|
Loading…
Reference in New Issue
Block a user