Skip to content

Commit

Permalink
chore: mark some tests as earthdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jun 14, 2024
1 parent b05c119 commit bacb0fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def test_():
)


@pytest.mark.earthdata()
@skip_earthdata
@deprecation.fail_if_not_removed
def test_measures_boundaries():
fetch.measures_boundaries("Coastline")
Expand Down Expand Up @@ -328,11 +330,15 @@ def test_modis():
# utils.get_grid_info(grid)


@pytest.mark.earthdata()
@skip_earthdata
@deprecation.fail_if_not_removed
def test_modis_moa():
fetch.modis_moa()


@pytest.mark.earthdata()
@skip_earthdata
@deprecation.fail_if_not_removed
def test_modis_mog():
fetch.modis_mog()
Expand Down

0 comments on commit bacb0fa

Please sign in to comment.