-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: go-openapi/testify
base: v2.3.0
head repository: go-openapi/testify
compare: v2.4.0
- 10 commits
- 149 files changed
- 2 contributors
Commits on Feb 10, 2026
-
doc: fixed a few typos in godoc comments (#59)
doc site: fixed clickable link to go playground for testable examples. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 126a469 - Browse repository at this point
Copy the full SHA 126a469View commit details -
test: added tests to augment coverage (enable/stubs, yaml) (#60)
* test: added tests to cover theme customization in enable/stubs * test(yaml): added coverage for failing YAML cases --------- Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for fd07901 - Browse repository at this point
Copy the full SHA fd07901View commit details
Commits on Feb 11, 2026
-
feat: added migration tool to transition from v1 to v2 (#61)
* feat: added migration tool to transition from v1 to v2 Signed-off-by: Frederic BIDON <fredbi@yahoo.com> --------- Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for ca0f3dc - Browse repository at this point
Copy the full SHA ca0f3dcView commit details
Commits on Feb 14, 2026
-
doc: updated contributors file
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53510cd - Browse repository at this point
Copy the full SHA 53510cdView commit details
Commits on Feb 17, 2026
-
feat(safety): added NoFileDescriptorLeak (linux) (#62)
This is a linux-only assertion to guard against file descritor leaks. Unlike goroutine leak checks, this one does not support parallel tests. tests: skip testable examples for NoFileDescriptorLeak on windows/macos Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for adf1c9a - Browse repository at this point
Copy the full SHA adf1c9aView commit details
Commits on Feb 19, 2026
-
* feat(condition): added support for Consistently * feat(condition): added support for func(context.Context) error to async assertions Eventually and Consistently > NOTE: refrained from adding func(ctx) error to Never, > as it introduces a confusing logic which is awkward to document and prone to errors. **BREAKING**: removed Condition type - no value added to alias func() bool > Part of our plan to clean up unnecessary extra types chore: removed bash script for local testing with hugo (now a go "script") > Part of our plan to superseded all local bash by go scripts. > Bash has a place and it's in CI only. doc: added testable examples for async assertions (Eventually, etc) doc: fixup typos, introduced wordlist for future spellcheckers (currently experimented locally only) doc: updated changes & upstream tracking references Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 56b5954 - Browse repository at this point
Copy the full SHA 56b5954View commit details
Commits on Feb 20, 2026
-
Applied custom godoc linter & spellcheck to fix all godoc comments. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 9b92774 - Browse repository at this point
Copy the full SHA 9b92774View commit details
Commits on Feb 21, 2026
-
doc: updated contributors file
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b66d608 - Browse repository at this point
Copy the full SHA b66d608View commit details
Commits on Feb 25, 2026
-
doc: fixed typos and formatting issues in documentation. (#67)
* fixed README * re-aligned ROADMAP * fixed typos * relinted markdown & godoc (excl. generated) Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for f2b3778 - Browse repository at this point
Copy the full SHA f2b3778View commit details -
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b94e3e5 - Browse repository at this point
Copy the full SHA b94e3e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.0...v2.4.0