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

remove dead mock code #145

Merged
merged 3 commits into from
Sep 19, 2024
Merged

remove dead mock code #145

merged 3 commits into from
Sep 19, 2024

Conversation

mfleader
Copy link
Member

@mfleader mfleader commented Aug 26, 2024

Changes introduced with this PR

MockContainerEngineClient and its file mocks/mock_ce_client.go are no longer needed because its original source file ce_client/ce_client.go was renamed to ce_service/ce_service.go, and that file is covered by MockContainerEngineService and mocks/ce_service/ce_service.go.


By contributing to this repository, I agree to the contribution guidelines.

@mfleader mfleader self-assigned this Aug 26, 2024
@mfleader mfleader marked this pull request as ready for review August 26, 2024 17:26
webbnh

This comment was marked as outdated.

Copy link

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

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

... likewise!

@mfleader mfleader requested review from webbnh and dbutenhof September 9, 2024 18:31
Copy link
Contributor

@webbnh webbnh left a comment

Choose a reason for hiding this comment

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

I wouldn't block merging this PR over this, but I'm wondering whether we should be specifically documenting how to generate mocks rather than, say, documenting how to do manual testing in general or providing an automated means to test which would encompass generating the mocks as needed.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
@mfleader mfleader merged commit 06b876b into main Sep 19, 2024
3 checks passed
@mfleader mfleader deleted the cleanup-mocks branch September 19, 2024 16:12
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.

3 participants