-
Notifications
You must be signed in to change notification settings - Fork 100
Unit test coverage github.com/3scale/3scale-operator/pkg/controller/helper #589
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
Conversation
|
progress: 35.6% |
39f8e9b to
0500e0c
Compare
c1436b0 to
dd7952b
Compare
|
/retest |
|
|
||
| cl := fake.NewFakeClient(anotherProviderSecret, providerSecret, devUser1, devUser2, devUser3) | ||
|
|
||
| // Find only not admin users from the same provider account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment right? it seems the test looks for admin users and not for "not admin users"
miguelsorianod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good to me. Great work
|
Code Climate has analyzed commit 9ae83a8 and detected 0 issues on this pull request. View more on Code Climate. |
|
/retest |
Added unittest coverage for
github.com/3scale/3scale-operator/pkg/controller/helperInitially, unittest coverage was 33.8%
After this PR, 42.4%