Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Test toolkits rebase#2135
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jenshnielsen commentedJun 24, 2013
Do you want this in the 1.3.0 release or should I just rebase in on master? |
mdboom commentedJun 24, 2013
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
…tionIpython/Webagg integration
changed colorbar outline from a Line2D object to a Polygon object
Broken IPython notebook integration
Conflicts:.travis.ymllib/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 testsadded by this PR.
Fix for Python 2.6
Add easy style sheet selection
tacaswell commentedNov 26, 2013
@tbekolay Is this still a live PR? If so, it needs a re-base. |
tbekolay commentedNov 26, 2013
This is@jenshnielsen's PR, I just followed the same directory structure. I can do the rebase, though, if@jenshnielsen is busy. |
tacaswell commentedNov 26, 2013
@tbekolay Sorry! I apparently can't read. |
tbekolay commentedNov 26, 2013
@tacaswell 😄 No worries! |
tacaswell commentedJan 22, 2014
@jenshnielsen Do you have time to rebase in the near future? |
jenshnielsen commentedJan 23, 2014
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.
jenshnielsen commentedJan 23, 2014
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.