Fix Unit Tests and create a GitHub Actions CI Pipeline to run them#140
Open
dawnhowe-sync wants to merge 10 commits intodadadel:masterfrom
Open
Fix Unit Tests and create a GitHub Actions CI Pipeline to run them#140dawnhowe-sync wants to merge 10 commits intodadadel:masterfrom
dawnhowe-sync wants to merge 10 commits intodadadel:masterfrom
Conversation
…d one item and no comma is not a tuple.
Author
|
Raises is an optional section of Google docstrings. The code has a bug on this line, because it is missing a comma after 'raise' so it is not creating a tuple, but just unnecessary parenthesis around the string 'raise'. The fix is to add the comma and then raises is an optional section.: In pyment/docstring.py line 455: optional_sections=('raise'), |
Contributor
|
@dawnhowe-sync @dadadel Hi, what's the latest on this PR? I can take the time to review it but I'd like to know that I can merge the fix into the project after I've spent that time. See the following reply on project maintenance if you find the time: |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.