Skip to content

Conversation

@gfyoung
Copy link
Member

@gfyoung gfyoung commented Apr 22, 2017

Title is self-explanatory.

Partially addresses #15990.

gfyoung added 2 commits April 22, 2017 04:27
Rewrite _AssertRaisesContextManager with more documentation and remove vestigial assertRaises. Follow-up to pandas-devgh-16089.
@codecov
Copy link

codecov bot commented Apr 22, 2017

Codecov Report

Merging #16096 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #16096 +/- ## ========================================== + Coverage 90.83% 90.84% +<.01%  ========================================== Files 159 159 Lines 50783 50778 -5 ========================================== Hits 46131 46131 + Misses 4652 4647 -5
Flag Coverage Δ
#multiple 88.62% <100%> (ø) ⬆️
#single 40.35% <71.42%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/util/testing.py 79.29% <100%> (-0.1%) ⬇️
pandas/_version.py 44.65% <0%> (+1.9%) ⬆️

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 19fc8da...70fcd59. Read the comment docs.

@jreback jreback added the Testing pandas testing functions or related to the test suite label Apr 23, 2017
@jreback jreback merged commit 1c80611 into pandas-dev:master Apr 23, 2017
@jreback
Copy link
Contributor

jreback commented Apr 23, 2017

thanks!

@gfyoung gfyoung deleted the assertNotIn-remove branch April 23, 2017 18:18
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
* MAINT: Refactor _AssertRaisesContextManager Rewrite _AssertRaisesContextManager with more documentation and remove vestigial assertRaises. Follow-up to pandas-devgh-16089. * MAINT: Remove assertNotIn from testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Testing pandas testing functions or related to the test suite

2 participants