[sprint] Added mplot3d tests in mpl_toolkits.tests#2177
[sprint] Added mplot3d tests in mpl_toolkits.tests#2177NelleV merged 1 commit intomatplotlib:masterfrom tbekolay:mplot3dtests
Conversation
There was a problem hiding this comment.
We might like to remove the text from some of these tests.
There was a problem hiding this comment.
Right, I heard @WeatherGod justify that yesterday. I'll remove the text from everything except for the text3d example?
There was a problem hiding this comment.
Actually, because a lot of special work is done to text in mplot3d, it
might be better to have them in here until a set of tests are made to
specifically exercise them.
|
The test failures are not related to this change. Would you mind running pep8 over the new test and ensuring it meets PEP8 standards (we skip some of the overly strict ones, details in #1945 (comment) from @NelleV. Other than that - great new addition! |
|
👍 LGTM - I think this is ready for a merge. @NelleV? |
|
👍 |
[sprint] Added mplot3d tests in mpl_toolkits.tests
|
@NelleV Congratulations on your first merge! |
This complements PR #2135. It should also test issue #1933, which was fixed but untested.