-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: stretchr/testify
base: v1.7.2
head repository: stretchr/testify
compare: v1.7.5
- 11 commits
- 12 files changed
- 11 contributors
Commits on Jun 14, 2022
-
Bump github.com/stretchr/objx from 0.1.0 to 0.4.0
Bumps [github.com/stretchr/objx](https://github.com/stretchr/objx) from 0.1.0 to 0.4.0. - [Release notes](https://github.com/stretchr/objx/releases) - [Commits](stretchr/objx@v0.1.0...v0.4.0) --- updated-dependencies: - dependency-name: github.com/stretchr/objx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e2b56b3 - Browse repository at this point
Copy the full SHA e2b56b3View commit details -
Added Go 1.18.1 as a build/supported version (#1182)
* Added Go 1.18.1 as a build/supported version Removed Go 1.15.13 as a build version as it's no longer supported * Fix mutex passed by value for the Mock struct * Add mutex initialisation for Mock Co-authored-by: Boyan Soubachov <bsoubachov@atlassian.com>
Configuration menu - View commit details
-
Copy full SHA for 3c33e07 - Browse repository at this point
Copy the full SHA 3c33e07View commit details
Commits on Jun 20, 2022
-
Bump actions/checkout from 2 to 3 (#1163)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c33fc8d - Browse repository at this point
Copy the full SHA c33fc8dView commit details -
Bump actions/setup-go from 3.1.0 to 3.2.0 (#1191)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07dc7ee - Browse repository at this point
Copy the full SHA 07dc7eeView commit details -
arrays value types in a zero-initialized state are considered empty (#…
…1126) * fix .Empty assertion with Array types * refactor .Empty assertion for array types
Configuration menu - View commit details
-
Copy full SHA for 840cb80 - Browse repository at this point
Copy the full SHA 840cb80View commit details -
Fix panic in AssertExpectations for mocks without expectations (#1207)
Co-authored-by: Tony Abboud <tabboud@palantir.com>
Configuration menu - View commit details
-
Copy full SHA for 48391ba - Browse repository at this point
Copy the full SHA 48391baView commit details
Commits on Jun 21, 2022
-
Support comparing byte slice (#1202)
* support comparing byte slice Signed-off-by: Ryan Leung <rleungx@gmail.com> * address the comment Signed-off-by: Ryan Leung <rleungx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c31ea03 - Browse repository at this point
Copy the full SHA c31ea03View commit details
Commits on Jun 22, 2022
-
Add .Unset method to mock (#982)
* Add .Off method to mock * Update README.md * Update mock.go * Update mock_test.go * Update README.md * Fix tests * Add unset test * remove prints * fix test * update readme
Configuration menu - View commit details
-
Copy full SHA for ba1076d - Browse repository at this point
Copy the full SHA ba1076dView commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b73601 - Browse repository at this point
Copy the full SHA 1b73601View commit details -
Mock can be deadlocked by a panic (#1157)
If an argumentMatcher function panics and AssertExpectations is deferred then the test would deadlock.
Configuration menu - View commit details
-
Copy full SHA for c206b2e - Browse repository at this point
Copy the full SHA c206b2eView commit details
Commits on Jun 24, 2022
-
fixing panic in calls to assertion with nil m.mutex (#1212)
* fixing panic in calls to assertion with nil m.mutex This reverts a change that was made in #1182 The PR makes m.mutex a pointer which now needs to be checked but it's not checked for nil everywhere. This should also help with these issues: - #1208 - #1210 * Revert throwing out the lock because other concurrent calls can already have it locked * fix go vet copy lock by using pointer * fix obj assignment for passing test
Edward Raigosa authoredJun 24, 2022 Configuration menu - View commit details
-
Copy full SHA for b5ce165 - Browse repository at this point
Copy the full SHA b5ce165View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.2...v1.7.5