Comparing v2.3.0...v2.4.0 · go-openapi/testify (original) (raw)
Commits on Feb 10, 2026
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Feb 11, 2026
Commits on Feb 14, 2026
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
Browse the repository at this point in the history
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
Browse the repository at this point in the history
Commits on Feb 20, 2026
- doc: polished godoc (#65)
Applied custom godoc linter & spellcheck to fix all godoc comments.
Signed-off-by: Frederic BIDON fredbi@yahoo.com
Configuration menu
Browse the repository at this point in the history