Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-25 | 1.1 kB | |
v1.8.2 source code.tar.gz | 2023-02-25 | 98.4 kB | |
v1.8.2 source code.zip | 2023-02-25 | 117.0 kB | |
Totals: 3 Items | 216.6 kB | 2 |
What's Changed
- Add opportunity to trigger setup/teardown for subtest by @qerdcv in https://github.com/stretchr/testify/pull/1246
- fix: fix bug for check unsafe.Pointer isNil by @sunpe in https://github.com/stretchr/testify/pull/1319
- Fix Call.Unset() panic (issue [#1236]) by @lisitsky in https://github.com/stretchr/testify/pull/1250
- Fix
CallerInfo()
source file paths by @bozaro in https://github.com/stretchr/testify/pull/1288 - assert: Fix Subset/NotSubset when map is missing keys from the subset by @danielwhite in https://github.com/stretchr/testify/pull/1261
New Contributors
- @qerdcv made their first contribution in https://github.com/stretchr/testify/pull/1246
- @sunpe made their first contribution in https://github.com/stretchr/testify/pull/1319
- @lisitsky made their first contribution in https://github.com/stretchr/testify/pull/1250
- @bozaro made their first contribution in https://github.com/stretchr/testify/pull/1288
- @danielwhite made their first contribution in https://github.com/stretchr/testify/pull/1261
Full Changelog: https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2