Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-openapi/testify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: go-openapi/testify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 10 commits
  • 149 files changed
  • 2 contributors

Commits on Feb 10, 2026

  1. 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>
    fredbi authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    126a469 View commit details
    Browse the repository at this point in the history
  2. 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>
    fredbi authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    fd07901 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. 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>
    fredbi authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    ca0f3dc View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. doc: updated contributors file

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bot-go-openapi[bot] authored and github-actions[bot] committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    53510cd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. 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>
    fredbi authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    adf1c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Prepare release v2.4.0 (#64)

    * 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>
    fredbi authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    56b5954 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. doc: polished godoc (#65)

    Applied custom godoc linter & spellcheck to fix all godoc comments.
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    9b92774 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. doc: updated contributors file

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bot-go-openapi[bot] authored and github-actions[bot] committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b66d608 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. 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>
    fredbi authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    f2b3778 View commit details
    Browse the repository at this point in the history
  2. chore: prepare release v2.4.0

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bot-go-openapi[bot] authored and github-actions[bot] committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    b94e3e5 View commit details
    Browse the repository at this point in the history
Loading