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

code optimization internal/refactor Refactor internals with no external visible changes rejected/duplicate
#1386 by testwill was closed Jul 5, 2023 Loading…
assert: add NotZeroThenSetZero and NotNilThenSetNil enhancement generics pkg-assert Change related to package testify/assert
#1440 by HaraldNordgren was closed Jul 31, 2023 Loading…
Adds a helper to quickly get the calls for a given method
#404 by aubm was closed Jul 18, 2017 Loading…
return error from MethodCalled if call is not expected
#454 by yiminc-zz was closed Jun 9, 2018 Loading…
[FIX] Cleanup code
#546 by im-kulikov was closed Sep 19, 2018 Loading…
Add T object and Test method to Mock
#569 by posener was closed Mar 11, 2018 Loading…
Add non nillable type check for NotNil assertion
#584 by medzin was closed Nov 30, 2022 Loading…
add constructor to assertions object to smooth out subtests enhancement pkg-assert Change related to package testify/assert testing.T.Run About subtests and testing.T.Run.
#603 by ichiban was closed Jul 31, 2023 Loading…
assert: handle array case in copyExportedFields #1404 bug pkg-assert Change related to package testify/assert rejected/duplicate
#1436 by qerdcv was closed Oct 16, 2023 Loading…
Add ContainsValue for maps
#845 by jybp was closed Apr 27, 2020 Loading…
Fix typo
#1004 by davidporos92 was closed Jan 14, 2021 Loading…
suite: recover and fail on subtest bug pkg-suite Change related to package testify/suite
#1455 by anuragprafulla was closed Oct 30, 2023 Loading…
fix: update Empty()'s error message enhancement help wanted pkg-assert Change related to package testify/assert
#1398 by firminochangani was closed Jan 3, 2024 Loading…
Fix custom messages in comparison-assertions bug pkg-assert Change related to package testify/assert rejected/duplicate
#1021 by benjaminjkraft was closed Mar 6, 2024 Loading…
README: fix install command documentation
#1242 by sonofgibs was closed Mar 7, 2024 Loading…
assert: fix typo in doc for NotErrorIs* documentation pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1140 by robermorales was closed Oct 4, 2024 Loading…
Fix case of NotBefore() name in comment documentation must-rebase pkg-mock Any issues related to Mock
#1278 by thekondor was closed Oct 4, 2024 Loading…
Add a Run helper method
#510 by JelteF was closed Oct 4, 2024 Loading…
assert: handle TokenTooLong error scenario bug pkg-assert Change related to package testify/assert
#1559 by arjunmahishi was closed Oct 8, 2024 Loading…
.github/workflows: Run tests with stable,oldstable Go
#1670 by alexandear was closed Oct 30, 2024 Loading…
ProTip! Exclude everything labeled bug with -label:bug.