Skip to content

Commit 03ff5c5

Browse files
committed
ci: try
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 0b9fc7a commit 03ff5c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,19 @@ However, at `go-openapi` we would like to address the well-known issues in `test
5353
4. Unclear assertions may be provided an alternative verb (e.g. `InDelta`)
5454
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.
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

5864
At this moment, we have identified the following usage in our tools. This API shall remain stable.
5965
Currently, 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
```
6270
Condition
6371
Contains,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

0 commit comments

Comments
 (0)