Skip to content

Commit

Permalink
Move matplotlib tests to specific folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaz Salikhov committed Feb 21, 2022
1 parent 5cb1a91 commit 3088589
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/scipy-notebook/test_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3088589

Please sign in to comment.