-
Notifications
You must be signed in to change notification settings - Fork 363
test: Set up integration testing to finish implementation of the iterator tree functionality #2787
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2787 +/- ##
==========================================
- Coverage 78.50% 78.47% -0.02%
==========================================
Files 458 458
Lines 44253 44277 +24
==========================================
+ Hits 34736 34744 +8
- Misses 6698 6708 +10
- Partials 2819 2825 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ae4de81 to
760f55e
Compare
760f55e to
1f7e267
Compare
tstirrat15
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.
See comments, otherwise LGTM
|
|
||
| // Test SubjectTypes - should return all defined subject types | ||
| subjectTypes := accessibilitySet.SubjectTypes() | ||
| require.NotEmpty(subjectTypes) |
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.
Can we make a stronger assertion here?
| resources := accessibilitySet.AllResourcesNoWildcards() | ||
| require.NotEmpty(resources) | ||
|
|
||
| // Test UncomputedPermissionshipFor and AccessibiliyAndPermissionshipFor |
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.
I'm renaming AccessibiliyAndPermissionshipFor in the PR that I'm working on - it may make sense to do it in this PR.
Specifically,
IterSubjectsandIterResources(equivalent to LS, LR)Description
Testing
References