warrant-go
warrant-go copied to clipboard
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps github.com/stretchr/testify from 1.9.0 to 1.10.0.
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by
@fahimbagarin stretchr/testify#1337- assert: deprecate CompareType by
@dolmenin stretchr/testify#1566- assert: make YAML dependency pluggable via build tags by
@dolmenin stretchr/testify#1579- assert: new assertion NotElementsMatch by
@hendrywirantoin stretchr/testify#1600- mock: in order mock calls by
@ReyOrtizin stretchr/testify#1637- Add assertion for NotErrorAs by
@palsivertsenin stretchr/testify#1129- Record Return Arguments of a Call by
@jayd3ein stretchr/testify#1636- assert.EqualExportedValues: accepts everything by
@redachlin stretchr/testify#1586Fixes
- assert: make tHelper a type alias by
@dolmenin stretchr/testify#1562- Do not get argument again unnecessarily in Arguments.Error() by
@TomWrightin stretchr/testify#820- Fix time.Time compare by
@myxoin stretchr/testify#1582- assert.Regexp: handle []byte array properly by
@kevinburkesegmentin stretchr/testify#1587- assert: collect.FailNow() should not panic by
@marshall-leein stretchr/testify#1481- mock: simplify implementation of FunctionalOptions by
@dolmenin stretchr/testify#1571- mock: caller information for unexpected method call by
@spirinin stretchr/testify#1644- suite: fix test failures by
@stevenhin stretchr/testify#1421- Fix issue #1662 (comparing infs should fail) by
@ybrustinin stretchr/testify#1663- NotSame should fail if args are not pointers #1661 by
@sikehishin stretchr/testify#1664- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by
@sikehishin stretchr/testify#1667- fix: compare functional option names for indirect calls by
@arjun-1in stretchr/testify#1626Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
@dolmenin stretchr/testify#1565- mock: improve doc by
@dolmenin stretchr/testify#1570- mock: fix FunctionalOptions docs by
@sniryein stretchr/testify#1433- README: link out to the excellent testifylint by
@brackendawsonin stretchr/testify#1568- assert: fix typo in comment by
@JohnEndsonin stretchr/testify#1580- Correct the EventuallyWithT and EventuallyWithTf example by
@JonCrowtherin stretchr/testify#1588- CI: bump softprops/action-gh-release from 1 to 2 by
@dependabotin stretchr/testify#1575- mock: document more alternatives to deprecated AnythingOfTypeArgument by
@dolmenin stretchr/testify#1569- assert: Correctly document EqualValues behavior by
@brackendawsonin stretchr/testify#1593- fix: grammar in godoc by
@miparnisariin stretchr/testify#1607- .github/workflows: Run tests for Go 1.22 by
@HaraldNordgrenin stretchr/testify#1629- Document suite's lack of support for t.Parallel by
@brackendawsonin stretchr/testify#1645- assert: fix typos in comments by
@alexandearin stretchr/testify#1650- mock: fix doc comment for NotBefore by
@alexandearin stretchr/testify#1651- Generate better comments for require package by
@Neokilin stretchr/testify#1610- README: replace Testify V2 notice with
@dolmen's V2 manifesto by@hendrywirantoin stretchr/testify#1518New Contributors
@fahimbagarmade their first contribution in stretchr/testify#1337@TomWrightmade their first contribution in stretchr/testify#820@sniryemade their first contribution in stretchr/testify#1433@myxomade their first contribution in stretchr/testify#1582@JohnEndsonmade their first contribution in stretchr/testify#1580
... (truncated)
Commits
89cbdd9Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls07bac60Merge pull request #1667 from sikehish/flaky716de8dIncrease timeouts in Test_Mock_Called_blocks to reduce flakiness in CI118fb83NotSame should fail if args are not pointers #1661 (#1664)7d99b2battempt 205f87c0more similarea7129ebetter fmta1b9c9eMerge pull request #1663 from ybrustin/master8302de9Merge branch 'master' into master89352f7Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)