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

[testing] Remove dep on gomega #1198

Merged
merged 1 commit into from
May 30, 2024
Merged

[testing] Remove dep on gomega #1198

merged 1 commit into from
May 30, 2024

Conversation

marun
Copy link
Contributor

@marun marun commented May 30, 2024

Why this should be merged

Previously gomega was replaced by testify so that only a single assertion library was used across all types of testing. The replacement was incomplete, though, since registration of a fail handler for gomega was still being performed and somehow the tests/utils path was missed entirely. This changeset removes the use of gomega entirely.

How this was tested

CI

@marun marun added the testing This primarly focuses on testing label May 30, 2024
@marun marun self-assigned this May 30, 2024
Copy link
Collaborator

@darioush darioush left a comment

Choose a reason for hiding this comment

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

looks great, thanks

@darioush darioush enabled auto-merge (squash) May 30, 2024 18:10
@darioush darioush merged commit 4a75fa7 into master May 30, 2024
12 checks passed
@darioush darioush deleted the testing-remove-gomega branch May 30, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing This primarly focuses on testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants