Skip to content

Commit

Permalink
#140 skip test, requires large dataset and special packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Feb 17, 2022
1 parent 4b42960 commit 5ad1158
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/grid_to_grid/test_plot_grid_to_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
import yaml
# Import used to perform image_comparison with an identified baseline of plots.
# from matplotlib.testing.decorators import image_comparison
sys.path.append("../..")
from metplotpy.contributed.grid_to_grid.plot_grid_to_grid import PlotGridToGrid
#sys.path.append("../..")
#from metplotpy.contributed.grid_to_grid.plot_grid_to_grid import PlotGridToGrid


@pytest.mark.skip("only to be run on host with large dataset. Requires special packages, uncomment import to run")
def test_expected_files_created():
"""
Testing that the expected png
Expand Down Expand Up @@ -91,4 +93,4 @@ def test_expected_files_created():

if __name__ == "__main__":
# test_expected_files_created()
pass
pass

0 comments on commit 5ad1158

Please sign in to comment.