Skip to content
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

MAINT: Remove assertIsNotNone from testing #16027

Merged

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Apr 17, 2017

Title is self-explanatory.

Also removes some vestigial assertIsNot calls missed in #16024.

Partially addresses #15990.

@gfyoung gfyoung changed the title MAINT: Remove assertIsNone from testing MAINT: Remove assertIsNotNone from testing Apr 17, 2017
@codecov
Copy link

codecov bot commented Apr 17, 2017

Codecov Report

Merging #16027 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16027      +/-   ##
==========================================
- Coverage   90.99%   90.99%   -0.01%     
==========================================
  Files         153      153              
  Lines       50471    50469       -2     
==========================================
- Hits        45928    45926       -2     
  Misses       4543     4543
Flag Coverage Δ
#multiple 88.76% <ø> (-0.01%) ⬇️
#single 40.43% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/util/testing.py 80.73% <ø> (-0.04%) ⬇️

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 5146b59...813fac3. Read the comment docs.

@jorisvandenbossche jorisvandenbossche merged commit 0e2bbcf into pandas-dev:master Apr 17, 2017
@jorisvandenbossche
Copy link
Member

@gfyoung Thanks!

If you would do further PRs like this, could you leave comments as is? (if it is just capitalisation or punctuation, the diff is already large enough ;-))

@gfyoung gfyoung deleted the assertIsNotNone-remove branch April 17, 2017 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants