File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,19 @@ However, at `go-openapi` we would like to address the well-known issues in `test
53534 . Unclear assertions may be provided an alternative verb (e.g. ` InDelta ` )
54545 . 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.
5555
56+ ### What won't come anytime soon
57+
58+ * mocks: we use [ mockery] ( https://github.com/vektra/mockery ) and prefer the simpler ` matryer ` mocking-style.
59+ testify-style mocks are thus not going to be supported anytime soon.
60+ * extra convoluted stuff in the like of ` InDeltaSlice `
61+
5662## Usage at go-openapi
5763
5864At this moment, we have identified the following usage in our tools. This API shall remain stable.
5965Currently, there are no guarantees about the entry points not in this list.
6066
67+ TODO: extend the list with usage by go-swagger.
68+
6169```
6270Condition
6371Contains,Containsf
@@ -140,7 +148,10 @@ These would probably need some rework/fix or adaptation, but the proposed idea i
140148* github.com/stretchr/testify/pull#1460 (ci)
141149* github.com/stretchr/testify#1467 (colorized output)
142150* github.com/stretchr/testify#1480 (colorized output)
151+ * github.com/stretchr/testify/pull#1232 (colorized output)
152+ * github.com/stretchr/testify#994 (colorized output)
143153* github.com/stretchr/testify#1495 (bug fix)
154+ * github.com/stretchr/testify#1223 (layout bug fix)
144155
145156## Contributing
146157
You can’t perform that action at this time.
0 commit comments