1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 21:45:57 +00:00

Add Strict option to httptest as requested at: #1722

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-13 21:21:19 +02:00
parent 5fe233278a
commit d26b9bfbed
5 changed files with 39 additions and 9 deletions

View File

@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements
- New `httptest.Strict` option setter to enable the `httpexpect.RequireReporter` instead of the default `httpexpect.AssetReporter. Use that to enable complete test failure on the first error. As requested at: [#1722](https://github.com/kataras/iris/issues/1722).
- New `uuid` builtin path parameter type. Example:
```go