Prepare release v2.4.0 by fredbi · Pull Request #64 · go-openapi/testify (original) (raw)
- 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