Skip to content
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

Added test coverage for number of retries #4

Merged
merged 2 commits into from
Dec 30, 2024
Merged

Conversation

AesthicEthics
Copy link
Contributor

@AesthicEthics AesthicEthics commented May 30, 2024

Added tests to make sure we're retrying maxRetries number of times.

Resolves #3

@AesthicEthics AesthicEthics requested a review from ben-z May 30, 2024 12:05
Copy link
Member

@ben-z ben-z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just nit on naming

email/provider_test.go Outdated Show resolved Hide resolved
email/provider_test.go Outdated Show resolved Hide resolved
email/provider_test.go Outdated Show resolved Hide resolved
email/provider_test.go Outdated Show resolved Hide resolved
@ben-z
Copy link
Member

ben-z commented May 30, 2024

I just noticed that we don’t run the tests in CI LOL. Can we add a CI job/workflow to run tests? Can be done in a separate PR

Copy link
Member

@ben-z ben-z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ben-z ben-z merged commit d74f8fb into main Dec 30, 2024
@ben-z ben-z deleted the patch/testing_count branch December 30, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add check for number of executions in test case
2 participants