Skip to content

Commit dcc2a8d

Browse files
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

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 changed
File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/anchored_direction_arrows.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_direction_arrows.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/anchored_direction_arrows_many_args.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/anchored_direction_arrows_many_args.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/fill_facecolor.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/fill_facecolor.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/image_grid.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/image_grid_each_left_label_mode_all.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid_each_left_label_mode_all.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/image_grid_single_bottom_label_mode_1.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/image_grid_single_bottom_label_mode_1.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/imagegrid_cbar_mode.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/imagegrid_cbar_mode.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/inset_axes.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/inset_axes.png

File renamed without changes.

lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/inset_locator.png renamed to lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/inset_locator.png

File renamed without changes.

0 commit comments

Comments
 (0)