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

adds a suite struct that uses Require() as default enhancement: extend API An enhancement that grows the API surface enhancement pkg-suite Change related to package testify/suite
#1344 opened Feb 10, 2023 by rolancia Loading…
Adds AnythingOfTypeT wrapper function enhancement pkg-mock Any issues related to Mock
#1336 opened Feb 1, 2023 by chrsalx Loading… v2.0.0
Add Cap and Capf assertions enhancement pkg-assert Change related to package testify/assert revisit
#1333 opened Jan 28, 2023 by moeen Loading…
assert: fix doc for Empty, Emptyf, NotEmpty and NotEmptyf documentation hacktoberfest-accepted Hacktoberfest pkg-assert Change related to package testify/assert
#1315 opened Dec 16, 2022 by riteshpuj2013 Loading…
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 v2.0.0
chore: make quoted failure messages more readable enhancement: output format Enhancement related to formatting of messages enhancement must-rebase pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1299 opened Nov 12, 2022 by stevenh Loading…
Use reflect.Value.Pointer() to compare pointers assert.EqualValues About equality enhancement internal/refactor Refactor internals with no external visible changes pkg-assert Change related to package testify/assert
#1296 opened Nov 8, 2022 by AlexanderYastrebov Draft
Print underlying object in ptr comparison enhancement: output format Enhancement related to formatting of messages enhancement help wanted must-rebase pkg-assert Change related to package testify/assert
#1287 opened Oct 21, 2022 by mchlp Loading…
mock: fix erroneous calledWithArgs messages pkg-mock Any issues related to Mock
#1258 opened Aug 23, 2022 by kleinerhund Loading… v1.10.1
suite: allow Suite methods to take *testing.T parameter enhancement pkg-suite Change related to package testify/suite
#1255 opened Aug 18, 2022 by grongor Loading…
suite: Multiple test runs enhancement pkg-suite Change related to package testify/suite
#1245 opened Aug 8, 2022 by eisandbar Loading…
suite: fix FailfastSuite failing when test.count > 1 bug internal/testing Changes purely related to the testify testsuites pkg-suite Change related to package testify/suite
#1244 opened Aug 8, 2022 by eisandbar Loading…
Fix for mockCall.Unset() panic (issue #1236) bug mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1239 opened Jul 27, 2022 by DubbaThony Loading…
#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…
2
2
assert: improve uint formatting on mismatch assert.EqualValues About equality enhancement: output format Enhancement related to formatting of messages enhancement must-rebase pkg-assert Change related to package testify/assert
#1223 opened Jul 7, 2022 by mnotti Loading…
suite: add Skipped result in stat enhancement pkg-suite Change related to package testify/suite
#1222 opened Jul 7, 2022 by golangaccount Loading…
suite: Experimental - Fuzz test support pkg-suite Change related to package testify/suite
#1142 opened Jan 7, 2022 by asaha123 Loading…
feat: Add NotErrorAs method to {assert|require} packages pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require type-error Issue related to comparing values implementing the error interface
#1137 opened Dec 21, 2021 by titusjaka Loading…
Fix #400 formatUnequalValues() output is misleading assert.EqualValues About equality enhancement: output format Enhancement related to formatting of messages enhancement pkg-assert Change related to package testify/assert
#1136 opened Dec 21, 2021 by mrdengbo Loading…
Fixed assert.ErrorAs() error log text enhancement: output format Enhancement related to formatting of messages enhancement pkg-assert Change related to package testify/assert type-error Issue related to comparing values implementing the error interface
#1134 opened Dec 16, 2021 by albenik Loading…
Fix mock.AssertCalled error output pkg-mock Any issues related to Mock
#1133 opened Dec 16, 2021 by monkslc Loading…
Support sort.Interface in IsIncreasing et al. enhancement pkg-assert Change related to package testify/assert
#1124 opened Oct 29, 2021 by brackendawson Loading…
mock: log callerInfo along with closest call debug output enhancement: output format Enhancement related to formatting of messages enhancement must-rebase pkg-mock Any issues related to Mock
#1119 opened Oct 11, 2021 by jdavisclark Loading…
assert: fix interpolation using %s instead of %#v for interfaces assert.Len enhancement: output format Enhancement related to formatting of messages must-rebase pkg-assert Change related to package testify/assert
#1112 opened Sep 2, 2021 by effeix Loading…
Added partial equal assertion for JSON
#1110 opened Aug 11, 2021 by alan2wong Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.