diff --git a/tests/scipy-notebook/data/matplotlib_1.py b/tests/scipy-notebook/data/matplotlib/matplotlib_1.py similarity index 100% rename from tests/scipy-notebook/data/matplotlib_1.py rename to tests/scipy-notebook/data/matplotlib/matplotlib_1.py diff --git a/tests/scipy-notebook/data/matplotlib_fonts_1.py b/tests/scipy-notebook/data/matplotlib/matplotlib_fonts_1.py similarity index 100% rename from tests/scipy-notebook/data/matplotlib_fonts_1.py rename to tests/scipy-notebook/data/matplotlib/matplotlib_fonts_1.py diff --git a/tests/scipy-notebook/test_matplotlib.py b/tests/scipy-notebook/test_matplotlib.py index 471a18344a..bf5aacbc36 100644 --- a/tests/scipy-notebook/test_matplotlib.py +++ b/tests/scipy-notebook/test_matplotlib.py @@ -35,7 +35,7 @@ def test_matplotlib( - Test that matplotlib is able to plot a graph and write it as an image - Test matplotlib latex fonts, which depend on the cm-super package """ - host_data_dir = THIS_DIR / "data" + host_data_dir = THIS_DIR / "data/matplotlib" cont_data_dir = "/home/jovyan/data" output_dir = "/tmp" LOGGER.info(description)