-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add unit tests to client-go/tools/cache/listers.go #124412
Comments
/assign @skitt |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig testing |
@skitt can I do this issue or you are already doing it? |
@0xMALVEE please go ahead, I haven’t started working on this. |
/assign @0xMALVEE |
/remove-sig testing |
What would you like to be added?
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/tools/cache/listers.go has no unit tests, it would be good to have some.
Why is this needed?
Ensure expected behaviour is checked and preserved.
The text was updated successfully, but these errors were encountered: