Skip to content

Releases: stretchr/testify

v1.7.1

01 Mar 11:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

Minor improvements and bug fixes

13 Jan 09:57
Compare
Choose a tag to compare

Minor feature improvements and bug fixes

Fixes breaking change with HTTPBodyContains

05 Jun 10:54
Compare
Choose a tag to compare

A breaking change was accidentally released in v1.6.0 which breaks the API for the HTTPBodyContains and HTTPBodyNotContains, this release reverts that change.

v1.6.0

29 May 05:31
Compare
Choose a tag to compare

Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.

HOTFIX: Revert suite interface type

19 Feb 20:57
Compare
Choose a tag to compare

This is a hotfix which reverts the suite package's interface type to use testing.T

v1.5.0

18 Feb 21:14
Compare
Choose a tag to compare

Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist

v1.4.0

15 Aug 13:56
Compare
Choose a tag to compare

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.0

05 Jan 20:09
Compare
Choose a tag to compare

Pull requests included in this release:

  • #678 - Fixed incorrect comment
  • #661 - Allow assert.Equal on string type alias without panicking on failure
  • #659 - Add Go1.11 to CI
  • #682 - update comment to match function name
  • #688 - Bump Go versions and use '.x' to always get latest minor versions
  • #648 - Update the LICENSE to match the 'standard' MIT license file
  • #699 - Support arbitrary objects as the sole element in msgAndArgs
  • #696 - Recover panic in suite
  • #655 - Add support for subtests (go 1.7)
  • #607 - Add go.mod and go.modverify
  • #670 - Fix typo ("PASS" -> "FAIL")
  • #712 - Preserve stack frame for mock parent method call
  • #707 - fix for comparing kinds
  • #697 - Update readme to deprecate http and include available packages

v1.2.2

09 Jun 13:13
Compare
Choose a tag to compare
  • f35b8ab - Restore type information to matched output message
  • e494407 - Use %v to print matched argument values
  • 38eb60e - http_assertions: regenerate
  • adc0360 - http_assertions: fix docs (missing methods)
  • 26d6fa0 - More concrete error in Panics and PanicsWithValue
  • 1c264b1 - Refactor ObjectsAreEqual()
  • 2a15e20 - support diff display for string variables
  • ef2d015 - Run generator
  • 89226b8 - Compact template
  • 6c9d18a - Optimise template
  • c679ae2 - add function aliases for common assert and requires function signatures to make table driven tests easier
  • 380174f - Add placeholder example to docs
  • 33951ec - Add T object and Test method to Mock
  • 20dae58 - mock_test: remove unecessary code
  • 4c1331b - Anything: remove unecessary type
  • 921da25 - Displaying mismatch information of arguments diff while panic for closest function call. closes #556
  • 6efb0c4 - Adding url.Values to request RawQuery, fixes 522
  • b89eecf - Improve errors from mock assertions
  • 0bfbef4 - Modify AssertCalled and AssertNotCalled to give better error messages
  • bfc7630 - Add note about supported go versions to readme
  • 662d1e6 - Bump go version to 1.10
  • be8372a - Adding logging when mock assertions fails
  • a726187 - Fix vim-go integration and other editors
  • 8824eb4 - Store CallerInfo when On() is called and print for missing calls during AssertExpectations.

Version 1.2.1 - Pruning dependencies and fixing typos+docs

31 Jan 23:30
Compare
Choose a tag to compare
  • 12b6f73 - Docs: Remove superfluous parenthesis
  • 85c7900 - Correct typo in assert.InDeltaMapValues
  • 33e9130 - Prune vendor & update deps
  • 5f831d4 - Print missing FAIL during AssertExpectation
  • 87b1dfb - Remove returns info from assertion docs
  • bf45a85 - Skip vendored packages from tests
  • 2c9035a - Changed mock assertions text output to be non-unicode friendly
  • 05aa1d4 - Remove outdated info from README