eventually assertion refact + new import path introduction
Update: New Import Path go.llib.dev/testcase
Transition to our updated import path go.llib.dev/testcase
.
Previously, it was through github.com, but now it's streamlined to go.llib.dev/testcase
. This change allows for more adaptability regarding where we store our source code, be it on my personal GitHub account or within a GitHub organization.
Modification Alert: Changes to assert.Eventually
The assertion retry helper has undergone a name change:
assert.Eventually -> assert.Retry
assert.EventuallyWithin -> assert.MakeRetry
The function assert.Eventually
has now become a top-tier test assisting function, enabling easier creation of 'eventually' assertions similar to our other helper functions.