Refactoring doctests#5518
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5518 +/- ##
=========================================
+ Coverage 96.09% 96.1% +<.01%
=========================================
Files 117 117
Lines 25647 25645 -2
Branches 2483 2482 -1
=========================================
Hits 24646 24646
+ Misses 696 695 -1
+ Partials 305 304 -1
Continue to review full report at Codecov.
|
|
Hi @AmirElkess, Thanks a lot for taking this issue and submitting a PR, we really appreciate it. Congratulations on your first open source contribution. 👍 Regarding the code itself, your PR is fine, thanks! About title and description I have a few tips: it helps to use a short title and small description so we maintainers can see what the PR is about at a glance. Including the issue number that the PR is related to is also good (#5513 in this example), as GitHub will automatically create links between issues and PR. Another tip is to use a keyword to close issues automatically when merging, in this case it would be Having said all the above, here is how I would have submitted this PR: Note that I wrote a very short description, that's because the issue explains the problem well and the PR is very straightforward, so I just used the "Fix #" magic comment so GitHub will close the related issue automatically when the PR is merged. 👍 About the changelog entry, we usually add one, but given that this is an internal change which doesn't affect users in any way, we don't really need a CHANGELOG for that, so none is necessary! 👍 I'm merging this as is then. Thanks again! |
head-fork: AmirElkess/pytest
compare: refactor
base-fork: pytest-dev/pytest
base: master