-
Notifications
You must be signed in to change notification settings - Fork 261
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
Improve unit test coverage #843
Comments
/assign |
/unassign Didn't have time for this. So let's see if somebody wants to pick it up until the next minor release |
Related to this slack conversation: https://kubernetes.slack.com/archives/CFKJB65G9/p1623237546041600 @macaptain just fyi, this is the corresponding issue :) Are you currently on it? |
@sbueringer, yes I was hoping to have a go this week. /assign |
@macaptain Perfect, great! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
@macaptain are you still on this? |
@tobiasgiese, I completed an initial implementation of mocking the OpenStack API to support unit tests in CAPO (#935). Per the issue description:
I expect we could do this now. @mdbooth had a really promising draft #1030 mocking out the interfaces in the compute module which would also help! /unassign |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
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. |
/kind feature
We now have e2e / integration / conformance tests but basically zero unit tests. I think we should change that.
I think we need at least unit tests on 2 layers:
I would start with an initial implementation to establish patterns how we do unit tests for those layers
Some considerations:
Notes:
After the initial implementation I would create a list of additional unit tests for follow-up PRs, which I would then flag with help wanted / good first issue.
The text was updated successfully, but these errors were encountered: