-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Test toolkits rebase #2135
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
Test toolkits rebase #2135
Conversation
Do you want this in the 1.3.0 release or should I just rebase in on master? |
Lets just do master for now -- master and 1.3.x are not so different that it would be too hard to cherry-pick this onto 1.3.x if we decide that later. Mainly, I'd like to get Travis running over this and do some of my own testing and kicking of the tires... |
Mollweide latitude grid
fix draw_idle reference in NavigationToolbar2
Upload test result images to Amazon S3
…tion Ipython/Webagg integration
changed colorbar outline from a Line2D object to a Polygon object
Broken IPython notebook integration
Conflicts: .travis.yml lib/matplotlib/backends/qt4_editor/formlayout.py
Better axis limits when using shared axes and empty subplots
…late [bug correction] trirefine is now independant of triangulation numbering
make sure we only perform absolute imports on loading a backend
Stop relying on 2to3 and use `six.py` for compatibility instead
removed some of the unneeded imports
End result of the experiment: The failure isn't related to the tests added by this PR.
Fix for Python 2.6
Add easy style sheet selection
@tbekolay Is this still a live PR? If so, it needs a re-base. |
This is @jenshnielsen's PR, I just followed the same directory structure. I can do the rebase, though, if @jenshnielsen is busy. |
@tbekolay Sorry! I apparently can't read. |
@tacaswell 😄 No worries! |
@jenshnielsen Do you have time to rebase in the near future? |
Yes. If someone is actually interested in merging it. The last time I did a rebase nothing happened after that. |
…emonstrate. "python tests.py" runs all tests from mpl and the toolkits. mpl_toolkits.test() runs tests of the toolkits only.
Closing this to reopen agains master. |
This is a rebase of #1422 on the 1.3.x branch.
Running:
Will run these tests in addition to the standard mpl ones.
To run the tests from within python do:
This only runs the toolkits tests.
Note that I had to change the baseline images. Some of these are simply due to changes in freetype but some also seems to involve changes to axis lims. Not sure why.
All tests are at this stage for axisgrid1 and borrowed from the mpl documentation.