This repository was archived by the owner on Apr 25, 2022. It is now read-only.
fix(deps): update module github.com/stretchr/testify to v1.7.1#5
Open
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
dfe59fc to
f2ef47d
Compare
f2ef47d to
8176377
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.4->v1.7.1Release Notes
stretchr/testify
v1.7.1Compare Source
v1.7.0Compare Source
Minor feature improvements and bug fixes
v1.6.1Compare Source
A breaking change was accidentally released in v1.6.0 which breaks the API for the
HTTPBodyContainsandHTTPBodyNotContains, this release reverts that change.v1.6.0Compare Source
Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.
v1.5.1Compare Source
This is a hotfix which reverts the
suitepackage's interface type to usetesting.Tv1.5.0Compare Source
Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist
v1.4.0Compare Source
The 1.4.0 release includes new matchers and bug fixes. See the v.1.4.0 milestone for a complete list of closed issues associated with this release.
v1.3.0Compare Source
Pull requests included in this release:
v1.2.2Compare Source
f35b8ab- Restore type information to matched output messagee494407- Use %v to print matched argument values38eb60e- http_assertions: regenerateadc0360- http_assertions: fix docs (missing methods)26d6fa0- More concrete error in Panics and PanicsWithValue1c264b1- Refactor ObjectsAreEqual()2a15e20- support diff display for string variablesef2d015- Run generator89226b8- Compact template6c9d18a- Optimise templatec679ae2- add function aliases for common assert and requires function signatures to make table driven tests easier380174f- Add placeholder example to docs33951ec- Add T object and Test method to Mock20dae58- mock_test: remove unecessary code4c1331b- Anything: remove unecessary type921da25- Displaying mismatch information of arguments diff while panic for closest function call. closes #5566efb0c4- Adding url.Values to request RawQuery, fixes 522b89eecf- Improve errors from mock assertions0bfbef4- Modify AssertCalled and AssertNotCalled to give better error messagesbfc7630- Add note about supported go versions to readme662d1e6- Bump go version to 1.10be8372a- Adding logging when mock assertions failsa726187- Fix vim-go integration and other editors8824eb4- Store CallerInfo when On() is called and print for missing calls during AssertExpectations.v1.2.1Compare Source
12b6f73- Docs: Remove superfluous parenthesis85c7900- Correct typo in assert.InDeltaMapValues33e9130- Prune vendor & update deps5f831d4- Print missing FAIL during AssertExpectation87b1dfb- Remove returns info from assertion docsbf45a85- Skip vendored packages from tests2c9035a- Changed mock assertions text output to be non-unicode friendly05aa1d4- Remove outdated info from READMEv1.2.0Compare Source
b91bfb9- Move from Godep to dep for dependency management9ede17e- Drop old Go versions from tests8de2544- Fix HTTP assertions to be consistent with the restb57b6d1- Add FileExists and DirExists assertionsb3596e9- Fxinng After(time.Duration) to wait properlycbf22d8- Support nil arguments to Argument Matchers42baa3e- Nil check in Implements assertionb3dfaa9- fail: add test name for logged output6e494f9- put closestCall.Arguments to the expected side of the diff51464da- Consider empty/nil arrays as matching elements6f306a6- Reuse aLen and bLen variables76de30e- Actually fail testsae87ba6- Ran go generate8bd27dd- Compress some newlinesbf57a5d- ElementsMatch array/slice assertion ignoring order0c49dd9- Replace is with in9fb9de1- Make NotSubset actually fail the test on nil subset8ccf48a- Allow a method call to be optionalaa8279e- travis: add go1.9c0f1d44- indent actual value for better comparison with expected value249123e- Implement delta comparison for map values88a414d- generalize Empty assertion2aa2c17- Fix unprotected call fields access in MethodCalled()890a5c3- Issue #469 fix05e8a0e- Fix the actuality of InEpsilon2f1cd6b- time.Duraions are numbers toob1f9894- Fix InDelta expected nan check message4b92304- Fix actual float conversion error message under calcRelativeErrorf6abca5- Added assert.PanicsWithValue + testse964b17- add MethodCalled to the mock46b3c82- Simple validation of Equal/NotEqual assertion argumentscc18973- Fix gogenerate travis checke179a18- Travis check go generate has been run3458981- Run go vet in travisc7668ea- Fixes #339 - Addassertionf assertions like Errorf and Equalfc33f336- Fix vet warnings and go generate to update docs3104bf5- Use Go 1.7 subtests so suites can properly nestb8c9b4e- Merge pull request #447 from stretchr/issue-442bd79c01- Fix race condition on mock package's Called253219d- Merge pull request #396 from medzin/issue-379edd8e19- Run go generate to syn generated assertionsaa10ab5- Merge pull request #382 from GlenDC/feat-test-subset78be756- Fixed HTTP assertions messages formatting and removed wrong test message3a59a58- add Subset and NotSubset assertionse68c5c5- Merge pull request #446 from stretchr/gofmt-in-travisdd57c7b- Check code is formatted in traviseb84487- Merge pull request #441 from stretchr/revert-commitsf712be9- Revert "add mock.MethodCalled(methodName, args...)"34687eb- Revert "diffArguments: remove unnecessary range-for (#417)"2b76a97- Revert "Added goconvey style assertions to the mock package"b6296e3- fix(docs): correct Error usage examplesd2f3716- Add msgAndArgs pass forward to InDelta from InDeltaSlice158f9d0- Check that there is a directory before trying to access it.18cfa68- Added extra unit test for function with mixed variadic arguments.b1f1bcb- fix typo09f61d7- assert: fix error reporting when error contains escape sequences5c861cc- diffArguments: remove unnecessary range-for (#417)bc11a6e- Tighten language by increasing overall consistency in wording in texts andargument names: use 'actual' instead of 'received'
115ab90- Provide argument nameargsin function signaturefaf0710- Added goconvey style assertions to the mock package97c0e43- compare bytes with bytes.Equal instead of reflect.DeepEqual17a0bd5- add mock.MethodCalled(methodName, args...)9afdd65- Check number of provided arguments vs mockedc67cacc- Merge pull request #438 from josephholsten/test-old-go287336f- travis: rm broken go releases32d79c5- travis: check if these platforms are broken5c9da49- HTTP code status assertions now fail tests4d4bfba- Merge pull request #392 from stretchr/add-nil-unequal-check332ae0e- Add Equal test comparing nil with non-nil2402e8e- Merge pull request #364 from nmiyake/fixFailOutput598ab58- Merge pull request #171 from ANPez/mastercd206b0- Merge pull request #318 from esdrasbeleza/masterae4c58e- Merge pull request #367 from packrat386/rm_numeric_check6ac1453- Merge pull request #370 from nmiyake/fixTypos211175b- Merge pull request #377 from seppestas/typo-fixes59b4bc5- Merge pull request #371 from nmiyake/addEqualityDocs434d5c1- Fixed minor typo3928f57- Add comments for Equal and NotEqual to clarify pointer comparison13b9dd4- Fix typos in comments in _codegen/main.go6835870- Remove isNumericType check18a02ba- Merge pull request #365 from atombender/remove_addresses_from_diffcbd71e7- When diffing with spew, use a format that doesn't include pointer addresses(which generate false negatives). This updates go-spew to
04cdfd4.ddb91ee- Ensure that assert.Fail properly align its output5e72f93- Remove timestamp from callback976c720- Format generated code4b9bfb8- run go/format on generated code75f4cfe- Merge pull request #331 from ansel1/master4ccf54a- Clearer messagesbf7a93e- Add timestampfcedfe2- Add callbacks to run before and after each test8879a01- Unlock and relock not needed anymore. Addresses #167.384cc66- Merge branch 'master' of https://github.com/stretchr/testify4a6e516- Added test to avoid regresions of #167.547cd8e- Release lock before .WaitUntil, as it may cause a deadlock when testing parallelobjects. Address #167: Unable to test concurrent objects
Configuration
📅 Schedule: "every weekend" in timezone GB.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.