Skip to content

Pull requests: stretchr/testify

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix for assert.Equal panics on User type from string
#627 opened Jul 7, 2018 by jsidew Loading… updated Jul 7, 2018
Improve failure messages for AssertCalled and AssertNotCalled
#926 opened Apr 17, 2020 by AdRiley Loading… updated Jul 30, 2020
[#387] Fix a bug in []byte and []uint reflections Breaking Change
#969 opened Jun 25, 2020 by thanakritju Loading… updated Aug 4, 2020
Travis-ci: added support for ppc64le
#1024 opened Nov 10, 2020 by dthadi3 Loading… updated Jan 14, 2021
Fix assert.InDeltaSlice to avoid panic
#1060 opened Mar 5, 2021 by egawata Loading… updated May 12, 2021
Added partial equal assertion for JSON
#1110 opened Aug 11, 2021 by alan2wong Loading… updated Feb 11, 2022
Fix race in Diff printer bug input needed
#654 opened Aug 28, 2018 by gz-c Loading… updated Apr 10, 2022 v1.7.0
[BC break] Fix Maybe().Times(n) and little refactoring
#1053 opened Feb 21, 2021 by grongor Loading… updated Aug 18, 2022
Adds AnythingOfTypeT wrapper function enhancement pkg-mock Any issues related to Mock
#1336 opened Feb 1, 2023 by chrsalx Loading… updated Jul 6, 2023 v2.0.0
Add suite variant for benchmarks enhancement pkg-suite Change related to package testify/suite
#495 opened Aug 31, 2017 by JelteF Loading… updated Jul 6, 2023
Switch codegen to source importing and allow additional imports. input needed internal/codegen Change related to internal code generation
#753 opened Apr 19, 2019 by nomis52 Loading… updated Jul 7, 2023
Refactor assertions to use generics Breaking Change enhancement generics go1.19+ Change applies when running with go1.19+ pkg-assert Change related to package testify/assert
#1308 opened Nov 27, 2022 by TheAndrew2115 Draft updated Jul 11, 2023 v2.0.0
Support sort.Interface in IsIncreasing et al. enhancement pkg-assert Change related to package testify/assert
#1124 opened Oct 29, 2021 by brackendawson Loading… updated Jul 21, 2023
Disallow mock.Anything from satisfying missing function parameter bug must-rebase pkg-mock Any issues related to Mock
#588 opened Apr 4, 2018 by dnathe4th Loading… updated Jul 31, 2023
ErrorIs assertion; go1.13 feature Breaking Change enhancement internal/codegen Change related to internal code generation on hold
#884 opened Feb 9, 2020 by nikandfor Loading… updated Jul 31, 2023
Refactor Diff to reduce risk of triggering race conditions. bug concurrency pkg-mock Any issues related to Mock
#812 opened Sep 3, 2019 by sjames-iberis Loading… updated Jul 31, 2023
#946 Colorize 'Expected' and 'Actual' in Assert Package + Minor Fixes: #1112, #1086 & #1231 enhancement: colored output About adding colored output enhancement pkg-assert Change related to package testify/assert
#1232 opened Jul 17, 2022 by vaguecoder Loading… updated Oct 10, 2023
2
2
Add flag -testify.shuffle for suites enhancement hacktoberfest-accepted Hacktoberfest pkg-suite Change related to package testify/suite
#1413 opened Jul 9, 2023 by stamm Loading… updated Oct 16, 2023
mock: print caller info on unexpected method call enhancement help wanted pkg-mock Any issues related to Mock
#1448 opened Aug 2, 2023 by Lochlanna Loading… updated Oct 16, 2023
suite: Multiple test runs enhancement pkg-suite Change related to package testify/suite
#1245 opened Aug 8, 2022 by eisandbar Loading… updated Oct 30, 2023
suite: Experimental - Fuzz test support pkg-suite Change related to package testify/suite
#1142 opened Jan 7, 2022 by asaha123 Loading… updated Oct 30, 2023
Give mock.Anything its own type so it can't be mistaken for a string internal/refactor Refactor internals with no external visible changes pkg-mock Any issues related to Mock
#1063 opened Mar 20, 2021 by dbravender Loading… updated Oct 31, 2023
assert.InEpsilonSlice: include msgAndArgs on failed assertion assert.InEpsilon About assert.InEpsilon and family bug hacktoberfest-accepted Hacktoberfest pkg-assert Change related to package testify/assert
#1454 opened Aug 9, 2023 by VladPetriv Loading… updated Nov 1, 2023
ci: improve github workflows github_actions Pull requests that update GitHub Actions code rejected/unrelated-changes
#1460 opened Aug 20, 2023 by stevenh Loading… updated Nov 11, 2023
ProTip! Filter pull requests by the default branch with base:master.