Skip to content

Commit

Permalink
Add modis_l3_nasa_mcd12q1_file to conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed Sep 19, 2024
1 parent e7f79ac commit db3b2de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions satpy/tests/reader_tests/modis_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
modis_l2_imapp_mask_byte1_geo_files,
modis_l2_imapp_snowmask_file,
modis_l2_imapp_snowmask_geo_files,
modis_l3_nasa_mcd12q1_file,
modis_l2_nasa_mod06_file,
modis_l2_nasa_mod35_file,
modis_l2_nasa_mod35_mod03_files,
Expand Down
3 changes: 0 additions & 3 deletions satpy/tests/reader_tests/modis_tests/test_modis_l3_mcd12q1.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@

from satpy import Scene, available_readers

from ._modis_fixtures import modis_l3_nasa_mcd12q1_file as _ # noqa: F401

# NOTE:
# The following fixtures are not defined in this file, but are used and injected by Pytest:
# - modis_l3_nasa_mcd12q1_file
# The import above is necessary for pytest to know about the fixture


def _check_shared_metadata(data_arr, expect_area=False):
Expand Down

0 comments on commit db3b2de

Please sign in to comment.