Skip to content

eventually assertion refact + new import path introduction

Compare
Choose a tag to compare
@adamluzsi adamluzsi released this 17 Oct 19:04
· 12 commits to main since this release

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.