-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: stretchr/testify
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Eventually
functions documentation is misleading as waitFor and tick are swapped in the example
bug
good first issue
pkg-assert
#1677
opened Nov 11, 2024 by
delca85
assert: Eventually should not leak a goroutine
assert.Eventually
About assert.Eventually/EventuallyWithT
bug
pkg-assert
Change related to package testify/assert
#1611
opened Jun 13, 2024 by
dolmen
feat: add assert.Consistently
assert.Eventually
About assert.Eventually/EventuallyWithT
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1606
opened Jun 4, 2024 by
jfmyers9
Loading…
EqualExportedValues can compare two slices
assert.EqualValues
About equality
enhancement
pkg-assert
Change related to package testify/assert
#1584
opened Apr 11, 2024 by
redachl
v1.9.0 breaks float comparisons with EqualValues
assert.EqualValues
About equality
bug
pkg-assert
Change related to package testify/assert
#1576
opened Mar 11, 2024 by
vlasn
assert: make *AssertionFunc types just aliases
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1563
opened Mar 4, 2024 by
dolmen
Loading…
Add ErrorAssertionFunc creators
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1556
opened Mar 1, 2024 by
JERHAV
Loading…
assert: support byte slice in Contains
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
assert: add InDelta for maps with a deltas map
assert.InEpsilon
About assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1519
opened Dec 17, 2023 by
julian776
Loading…
assert: add position and pass msg to underlying func in InDeltaMapValues, InDeltaMapValues, and InEpsilonSlice
assert.InEpsilon
About assert.InEpsilon and family
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
Add function for supporting JSON equality checks using byte slices
enhancement
pkg-assert
Change related to package testify/assert
#1513
opened Dec 2, 2023 by
GCrispino
Loading…
Support colorized output, indentation in accordance with subtest depth, and one more assertion
enhancement: colored output
About adding colored output
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1509
opened Nov 16, 2023 by
jsf116
assert: Add a self-describing Matcher
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
wontfix
#1507
opened Nov 14, 2023 by
pdhammond42
Loading…
assert: Add new assertion InEpsilonMapValues
assert.InEpsilon
About assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
#1500
opened Nov 1, 2023 by
hendrywiranto
Loading…
proposal: new assertionAbout assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
InEpsilonMapValues
assert.InEpsilon
#1497
opened Oct 29, 2023 by
Antonboom
assert: fix missing *http.Request.RequestURI
bug
pkg-assert
Change related to package testify/assert
#1495
opened Oct 29, 2023 by
hidu
Loading…
assert: accept values with named types in About assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
InDelta*
, InEpsilon*
assert.InEpsilon
assert: add option to colorize diffs produced by assert.Equal
enhancement: colored output
About adding colored output
enhancement
pkg-assert
Change related to package testify/assert
#1480
opened Oct 5, 2023 by
mitioshi
Loading…
Colorize the diffs produced by assert.Equal
enhancement: colored output
About adding colored output
enhancement
pkg-assert
Change related to package testify/assert
#1479
opened Oct 5, 2023 by
mitioshi
Colorizing test output
enhancement: colored output
About adding colored output
enhancement
pkg-assert
Change related to package testify/assert
#1467
opened Sep 6, 2023 by
hugoleborso
Loading…
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…
assert: add Assertions.Run to wrap testing.T.Run
enhancement
pkg-assert
Change related to package testify/assert
testing.T.Run
About subtests and testing.T.Run.
#1446
opened Jul 31, 2023 by
dolmen
Eventually
/EventuallyWithT
should only use one goroutine
assert.Eventually
#1439
opened Jul 30, 2023 by
cszczepaniak
assert: IsIncreasing et al can return false w/out failing
bug
pkg-assert
Change related to package testify/assert
#1430
opened Jul 20, 2023 by
brackendawson
Loading…
assert: check early in Eventually, EventuallyWithT, and Never
assert.Eventually
About assert.Eventually/EventuallyWithT
enhancement
pkg-assert
Change related to package testify/assert
#1427
opened Jul 15, 2023 by
cszczepaniak
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.