Release notes
*Sourced from [github.com/stretchr/testify's releases](https://github.com/stretchr/testify/releases).*
> ## v1.4.0
> The 1.4.0 release includes new matchers and bug fixes. See the [v.1.4.0 milestone](https://github.com/stretchr/testify/milestone/2?closed=1) for a complete list of closed issues associated with this release.
>
> ## v1.3.0
> Pull requests included in this release:
>
> * [#678](https://github-redirect.dependabot.com/stretchr/testify/pull/678) - Fixed incorrect comment
> * [#661](https://github-redirect.dependabot.com/stretchr/testify/pull/661) - Allow assert.Equal on string type alias without panicking on failure
> * [#659](https://github-redirect.dependabot.com/stretchr/testify/pull/659) - Add Go1.11 to CI
> * [#682](https://github-redirect.dependabot.com/stretchr/testify/pull/682) - update comment to match function name
> * [#688](https://github-redirect.dependabot.com/stretchr/testify/pull/688) - Bump Go versions and use '.x' to always get latest minor versions
> * [#648](https://github-redirect.dependabot.com/stretchr/testify/pull/648) - Update the LICENSE to match the 'standard' MIT license file
> * [#699](https://github-redirect.dependabot.com/stretchr/testify/pull/699) - Support arbitrary objects as the sole element in msgAndArgs
> * [#696](https://github-redirect.dependabot.com/stretchr/testify/pull/696) - Recover panic in suite
> * [#655](https://github-redirect.dependabot.com/stretchr/testify/pull/655) - Add support for subtests (go 1.7)
> * [#607](https://github-redirect.dependabot.com/stretchr/testify/pull/607) - Add go.mod and go.modverify
> * [#670](https://github-redirect.dependabot.com/stretchr/testify/pull/670) - Fix typo ("PASS" -> "FAIL")
> * [#712](https://github-redirect.dependabot.com/stretchr/testify/pull/712) - Preserve stack frame for mock parent method call
> * [#707](https://github-redirect.dependabot.com/stretchr/testify/pull/707) - fix for comparing kinds
> * [#697](https://github-redirect.dependabot.com/stretchr/testify/pull/697) - Update readme to deprecate http and include available packages
Commits
- [`221dbe5`](https://github.com/stretchr/testify/commit/221dbe5ed46703ee255b1da0dec05086f5035f62) fix mutex
- [`1bb3d5a`](https://github.com/stretchr/testify/commit/1bb3d5a6193db929e5eea51034832f8aaafb6ca9) improve find expected call
- [`555ebd3`](https://github.com/stretchr/testify/commit/555ebd39594b3f68e1e3aaff0241f65dcf5c71f9) Fix panic for equality assertions for values of aliased string type
- [`0224ef2`](https://github.com/stretchr/testify/commit/0224ef258e2a090f3f3538f56aa4e6e04adbb80e) Add YAMLEq to assert that two YAML strings are equivalent
- [`d84e815`](https://github.com/stretchr/testify/commit/d84e815d441de9c64a3a2f9336c32acf1e7349d1) Introduce Eventually assertion.
- [`ae5876d`](https://github.com/stretchr/testify/commit/ae5876d09ad6d0d68dff8d969e518db26e0e7969) change report wording, fix int stringification, fix doc
- [`34c6fa2`](https://github.com/stretchr/testify/commit/34c6fa2dc70986bccbbffcc6130f6920a924b075) assert, require: Regenerate
- [`21cb1c2`](https://github.com/stretchr/testify/commit/21cb1c2932a2d04c6792d5ad106243c6e36a3a7d) add ptr comparison func 'Same' to assert pkg
- [`10a9f47`](https://github.com/stretchr/testify/commit/10a9f474263e7c93475ac7aa9f2661449fc45cb3) Show stack trace on panic
- [`3f658bd`](https://github.com/stretchr/testify/commit/3f658bd5ac42cc0b5de5b427e95a480d5726ea76) add comparison
- Additional commits viewable in [compare view](https://github.com/stretchr/testify/compare/v1.2.2...v1.4.0)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/stretchr/testify from 1.2.2 to 1.4.0.
Release notes
*Sourced from [github.com/stretchr/testify's releases](https://github.com/stretchr/testify/releases).* > ## v1.4.0 > The 1.4.0 release includes new matchers and bug fixes. See the [v.1.4.0 milestone](https://github.com/stretchr/testify/milestone/2?closed=1) for a complete list of closed issues associated with this release. > > ## v1.3.0 > Pull requests included in this release: > > * [#678](https://github-redirect.dependabot.com/stretchr/testify/pull/678) - Fixed incorrect comment > * [#661](https://github-redirect.dependabot.com/stretchr/testify/pull/661) - Allow assert.Equal on string type alias without panicking on failure > * [#659](https://github-redirect.dependabot.com/stretchr/testify/pull/659) - Add Go1.11 to CI > * [#682](https://github-redirect.dependabot.com/stretchr/testify/pull/682) - update comment to match function name > * [#688](https://github-redirect.dependabot.com/stretchr/testify/pull/688) - Bump Go versions and use '.x' to always get latest minor versions > * [#648](https://github-redirect.dependabot.com/stretchr/testify/pull/648) - Update the LICENSE to match the 'standard' MIT license file > * [#699](https://github-redirect.dependabot.com/stretchr/testify/pull/699) - Support arbitrary objects as the sole element in msgAndArgs > * [#696](https://github-redirect.dependabot.com/stretchr/testify/pull/696) - Recover panic in suite > * [#655](https://github-redirect.dependabot.com/stretchr/testify/pull/655) - Add support for subtests (go 1.7) > * [#607](https://github-redirect.dependabot.com/stretchr/testify/pull/607) - Add go.mod and go.modverify > * [#670](https://github-redirect.dependabot.com/stretchr/testify/pull/670) - Fix typo ("PASS" -> "FAIL") > * [#712](https://github-redirect.dependabot.com/stretchr/testify/pull/712) - Preserve stack frame for mock parent method call > * [#707](https://github-redirect.dependabot.com/stretchr/testify/pull/707) - fix for comparing kinds > * [#697](https://github-redirect.dependabot.com/stretchr/testify/pull/697) - Update readme to deprecate http and include available packagesCommits
- [`221dbe5`](https://github.com/stretchr/testify/commit/221dbe5ed46703ee255b1da0dec05086f5035f62) fix mutex - [`1bb3d5a`](https://github.com/stretchr/testify/commit/1bb3d5a6193db929e5eea51034832f8aaafb6ca9) improve find expected call - [`555ebd3`](https://github.com/stretchr/testify/commit/555ebd39594b3f68e1e3aaff0241f65dcf5c71f9) Fix panic for equality assertions for values of aliased string type - [`0224ef2`](https://github.com/stretchr/testify/commit/0224ef258e2a090f3f3538f56aa4e6e04adbb80e) Add YAMLEq to assert that two YAML strings are equivalent - [`d84e815`](https://github.com/stretchr/testify/commit/d84e815d441de9c64a3a2f9336c32acf1e7349d1) Introduce Eventually assertion. - [`ae5876d`](https://github.com/stretchr/testify/commit/ae5876d09ad6d0d68dff8d969e518db26e0e7969) change report wording, fix int stringification, fix doc - [`34c6fa2`](https://github.com/stretchr/testify/commit/34c6fa2dc70986bccbbffcc6130f6920a924b075) assert, require: Regenerate - [`21cb1c2`](https://github.com/stretchr/testify/commit/21cb1c2932a2d04c6792d5ad106243c6e36a3a7d) add ptr comparison func 'Same' to assert pkg - [`10a9f47`](https://github.com/stretchr/testify/commit/10a9f474263e7c93475ac7aa9f2661449fc45cb3) Show stack trace on panic - [`3f658bd`](https://github.com/stretchr/testify/commit/3f658bd5ac42cc0b5de5b427e95a480d5726ea76) add comparison - Additional commits viewable in [compare view](https://github.com/stretchr/testify/compare/v1.2.2...v1.4.0)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.