Skip to content

CI/DOC: Fixing bug in validate_docstrings.py #23543

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

Merged
merged 1 commit into from
Nov 7, 2018
Merged

CI/DOC: Fixing bug in validate_docstrings.py #23543

merged 1 commit into from
Nov 7, 2018

Conversation

datapythonista
Copy link
Member

Follow up of #23514. One of the validation error wasn't tested, and with the refactoring a typo was introduced, where a bracket closed in the wrong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case

  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

…rong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case
@datapythonista datapythonista added Docs CI Continuous Integration labels Nov 7, 2018
@pep8speaks
Copy link

Hello @datapythonista! Thanks for submitting the PR.

@datapythonista datapythonista changed the title Fixing bug in validate_docstrings.py CI/DOC: Fixing bug in validate_docstrings.py Nov 7, 2018
@codecov
Copy link

codecov bot commented Nov 7, 2018

Codecov Report

Merging #23543 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23543   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files         161      161           
  Lines       51207    51207           
=======================================
  Hits        47239    47239           
  Misses       3968     3968
Flag Coverage Δ
#multiple 90.63% <ø> (ø) ⬆️
#single 42.28% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5938ce1...969feeb. Read the comment docs.

@TomAugspurger TomAugspurger merged commit 2190cd2 into pandas-dev:master Nov 7, 2018
JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 2018
…rong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case (pandas-dev#23543)
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
…rong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case (pandas-dev#23543)
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
…rong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case (pandas-dev#23543)
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
…rong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case (pandas-dev#23543)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants