test_download_granules_without_subsetting depends on test_download_granules_with_subsetting. The former doesn't actually assert anything, so it feels like a setup step for the latter. Perhaps the tests should be combined. The former tests checks assert len(reg.granules.orderIDs) == 2, and the value will be 1 if the latter hasn't run.
test_download_granules_without_subsetting
depends ontest_download_granules_with_subsetting
. The former doesn't actually assert anything, so it feels like a setup step for the latter. Perhaps the tests should be combined. The former tests checksassert len(reg.granules.orderIDs) == 2
, and the value will be1
if the latter hasn't run.