Skip to content

Commit 3088589

Browse files
author
Ayaz Salikhov
committed
Move matplotlib tests to specific folder
1 parent 5cb1a91 commit 3088589

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/scipy-notebook/test_matplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_matplotlib(
3535
- Test that matplotlib is able to plot a graph and write it as an image
3636
- Test matplotlib latex fonts, which depend on the cm-super package
3737
"""
38-
host_data_dir = THIS_DIR / "data"
38+
host_data_dir = THIS_DIR / "data/matplotlib"
3939
cont_data_dir = "/home/jovyan/data"
4040
output_dir = "/tmp"
4141
LOGGER.info(description)

0 commit comments

Comments
 (0)