-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
assert.EventuallyAbout assert.Eventually/EventuallyWithTAbout assert.Eventually/EventuallyWithTenhancementpkg-assertChange related to package testify/assertChange related to package testify/assertunder consideration
Description
assert.Eventually does not check initially whether the condition is satisfied. This means it must wait a minimum of the tick duration before checking the condition for the first time. It would be a nice optimization to early-out if the condition is met already when the function is called.
brackendawson
Metadata
Metadata
Assignees
Labels
assert.EventuallyAbout assert.Eventually/EventuallyWithTAbout assert.Eventually/EventuallyWithTenhancementpkg-assertChange related to package testify/assertChange related to package testify/assertunder consideration