-
Notifications
You must be signed in to change notification settings - Fork 110
Type-annotate various things in datalad/runner/
#7337
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
datalad/runner/
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.
Nice work. Thanks a lot at @jwodder.
I have got only a few comments.
|
||
def close(self): | ||
pass | ||
fake_file = MagicMock(**{"fileno.return_value": -1, "close.return_value": None}) |
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.
Nice
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## maint #7337 +/- ##
==========================================
+ Coverage 88.69% 90.66% +1.96%
==========================================
Files 327 327
Lines 44527 44581 +54
Branches 5910 5907 -3
==========================================
+ Hits 39495 40418 +923
+ Misses 5017 4148 -869
Partials 15 15
... and 23 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Was approved and looks good to me -- let's proceed. Thank you @jwodder ! |
PR released in |
Part of #6884.