You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Display uint values in decimal instead of hex in diffs (#10)
Merged from stretchr#1223
The issue is described at stretchr#400
Thanks to the original contributor @mnotti
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ However, at `go-openapi` we would like to address the well-known issues in `test
63
63
1.[x] The first release comes with zero dependencies and an unstable API (see below [our use case](#usage-at-go-openapi))
64
64
2. |x] This project is going to be injected as the main and sole test dependency of the `go-openapi` libraries
65
65
2.[ ] ... and the `go-swagger` tool
66
-
3.[ ) Valuable pending pull requests from the original project could be merged (e.g. `JSONEqBytes`) or transformed as "enable" modules (e.g. colorized output)
66
+
3.[x] Valuable pending pull requests from the original project could be merged (e.g. `JSONEqBytes`) or transformed as "enable" modules (e.g. colorized output)
67
67
4.[ ] Unclear assertions may be provided an alternative verb (e.g. `InDelta`)
68
68
5.[ ] Since we have leveled the go requirements to the rest of the go-openapi (currently go1.24) there is quite a bit of relinting lying ahead.
69
69
@@ -200,14 +200,15 @@ some adaptations into this fork:
200
200
* github.com/stretchr/testify#1356 - panic(nil) handling for Go 1.21+
201
201
* github.com/stretchr/testify#1825 - Fix panic when using EqualValues with uncomparable types [merged]
202
202
* github.com/stretchr/testify#1818 - Fix panic on invalid regex in Regexp/NotRegexp assertions [merged]
203
+
* github.com/stretchr/testify#1223 - Display uint values in decimal instead of hex in diffs [merged]
0 commit comments