Commit dcc2a8d
committed
Split toolkit tests into their toolkits
Conceptually, every subdirectory of `mpl_toolkits` is an independent
thing (mostly, though `axisartist` does use parts of `axes_grid1`). It
is thus strange for all the tests to be stuck together in a single
`tests` directory.
Additionally, this causes naming oddities such as using parts of file
names as a pseudo-namespace (i.e., `test_axisartist_*`) when we already
have a namespace, namely the directory that is the toolkit.
As we add additional tests for the toolkits (mostly 3D, I mean), this
will either cause the number of these oddities to grow, or else
`test_mplot3d.py` will just become an extremely large file.1 parent cd185ab commit dcc2a8d
File tree
100 files changed
+30
-1
lines changed- lib/mpl_toolkits
- axes_grid1/tests
- baseline_images/test_axes_grid1
- axisartist/tests
- baseline_images
- test_axis_artist
- test_axislines
- test_floating_axes
- test_grid_helper_curvelinear
- mplot3d/tests
- baseline_images/test_axes3d
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+30
-1
lines changedFile renamed without changes.
0 commit comments