-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added tests for filter manifest files task #29
Conversation
Codecov Report
@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 21.57% 27.40% +5.83%
==========================================
Files 31 31
Lines 343 343
==========================================
+ Hits 74 94 +20
+ Misses 269 249 -20
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
) | ||
self.assertEqual(expected_selection, actual_selection) | ||
|
||
def test_filter_manifest_files_include_B_exclude_0000(self): |
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 think we should group these last two tests as subtests
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.
These two titles are hyper specific and don't really give much information about the API
Resolves #26