Move matplotlib tests to specific folder

This commit is contained in:
Ayaz Salikhov
2022-02-21 16:17:26 +00:00
parent 5cb1a915c4
commit 3088589c06
3 changed files with 1 additions and 1 deletions

View File

@@ -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)