v1.3.0
版本发布时间: 2019-01-06 04:09:45
stretchr/testify最新发布版本:v1.9.0(2024-03-01 19:47:45)
Pull requests included in this release:
- https://github.com/stretchr/testify/pull/678 - Fixed incorrect comment
- https://github.com/stretchr/testify/pull/661 - Allow assert.Equal on string type alias without panicking on failure
- https://github.com/stretchr/testify/pull/659 - Add Go1.11 to CI
- https://github.com/stretchr/testify/pull/682 - update comment to match function name
- https://github.com/stretchr/testify/pull/688 - Bump Go versions and use '.x' to always get latest minor versions
- https://github.com/stretchr/testify/pull/648 - Update the LICENSE to match the 'standard' MIT license file
- https://github.com/stretchr/testify/pull/699 - Support arbitrary objects as the sole element in msgAndArgs
- https://github.com/stretchr/testify/pull/696 - Recover panic in suite
- https://github.com/stretchr/testify/pull/655 - Add support for subtests (go 1.7)
- https://github.com/stretchr/testify/pull/607 - Add go.mod and go.modverify
- https://github.com/stretchr/testify/pull/670 - Fix typo ("PASS" -> "FAIL")
- https://github.com/stretchr/testify/pull/712 - Preserve stack frame for mock parent method call
- https://github.com/stretchr/testify/pull/707 - fix for comparing kinds
- https://github.com/stretchr/testify/pull/697 - Update readme to deprecate http and include available packages