-
Notifications
You must be signed in to change notification settings - Fork 254
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
Unit test coverage improvement in BMO #1574
Comments
/triage accepted |
@lentzi90: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/reopen |
@lentzi90: Reopened 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. |
/assign NeerajNagure |
/reopen |
@lentzi90: Reopened 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. |
@lentzi90 : can i take it up for adding test cases for LoadAuth |
Sure! Go ahead @babugeet ! 🙂 |
/assign babugeet The provided test cases cover the following scenarios for the LoadAuth function:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@lentzi90 this is still open, can we close this ? If not I would like to move this to the general roadmap. |
Yes let's keep it open until we finish the last few points on the list |
Improve the unit test coverage by writing new test cases or completely new tests. Check the current coverage with
make unit-cover
.Here are some suggestions on where to start. Note that some functions are harder to test than others because they may depend on access to network resources or a database. If you come across such function, skip them and aim for the low hanging fruits instead.
The text was updated successfully, but these errors were encountered: