MAINT moved all remaining "f" modules to pytest#7897
Merged
jkseppan merged 2 commits intomatplotlib:masterfrom Jan 23, 2017
NelleV:pytest_f_modules
Merged
MAINT moved all remaining "f" modules to pytest#7897jkseppan merged 2 commits intomatplotlib:masterfrom NelleV:pytest_f_modules
jkseppan merged 2 commits intomatplotlib:masterfrom
NelleV:pytest_f_modules
Conversation
QuLogic
reviewed
Jan 22, 2017
lib/matplotlib/tests/test_figure.py
Outdated
| unicode_literals) | ||
|
|
||
| import six | ||
| from six.moves import xrange |
Member
There was a problem hiding this comment.
I'd remove this xrange too, while you're cleaning up things; there's only one of them.
QuLogic
approved these changes
Jan 23, 2017
Current coverage is 62.18% (diff: 100%)@@ master #7897 diff @@
==========================================
Files 174 175 +1
Lines 56121 56125 +4
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 34896 34901 +5
+ Misses 21225 21224 -1
Partials 0 0
|
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.
This PR migrates the modules starting by "f" from nosetests to pytest.
It also does minor flake8 clean ups.