X Tutup
Skip to content

Convert remaining tests to pytest#7932

Merged
NelleV merged 5 commits intomatplotlib:masterfrom
QuLogic:pytest-remaining
Jan 24, 2017
Merged

Convert remaining tests to pytest#7932
NelleV merged 5 commits intomatplotlib:masterfrom
QuLogic:pytest-remaining

Conversation

@QuLogic
Copy link
Copy Markdown
Member

@QuLogic QuLogic commented Jan 23, 2017

Also delete the nose bit at the end of some other tests.

@QuLogic QuLogic added this to the 2.1 (next point release) milestone Jan 23, 2017
@phobson
Copy link
Copy Markdown
Member

phobson commented Jan 23, 2017

I haven't dug into why, but this is the line currently giving you trouble:
https://github.com/matplotlib/matplotlib/blob/master/conftest.py#L71

@QuLogic
Copy link
Copy Markdown
Member Author

QuLogic commented Jan 23, 2017

Ah yes, pytest runs pep8 already; we can drop that test eventually, but for now I'll just remove that line.

@phobson
Copy link
Copy Markdown
Member

phobson commented Jan 23, 2017

@QuLogic
Copy link
Copy Markdown
Member Author

QuLogic commented Jan 23, 2017

Bleh, should be fixed now. Can't wait till we can drop this set of tests.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jan 23, 2017

Current coverage is 62.08% (diff: 100%)

Merging #7932 into master will increase coverage by <.01%

@@             master      #7932   diff @@
==========================================
  Files           175        175          
  Lines         56124      56124          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          34842      34844     +2   
+ Misses        21282      21280     -2   
  Partials          0          0          

Powered by Codecov. Last update b1e0937...0044829

@QuLogic QuLogic changed the title Convert remaining tests to pytest [MRG] Convert remaining tests to pytest Jan 23, 2017
@phobson phobson changed the title [MRG] Convert remaining tests to pytest [MRG+1] Convert remaining tests to pytest Jan 24, 2017
Copy link
Copy Markdown
Member

@phobson phobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

It appears like the test failure is unrelated to this PR. Would like another set of eyes on that, though.

@NelleV NelleV merged commit db61667 into matplotlib:master Jan 24, 2017
@QuLogic QuLogic deleted the pytest-remaining branch January 24, 2017 07:16
@QuLogic QuLogic changed the title [MRG+1] Convert remaining tests to pytest Convert remaining tests to pytest Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup