icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
219 stars 107 forks source link

some `test_behind_NSIDC_API_login` tests depend on each other #615

Open mfisher87 opened 2 months ago

mfisher87 commented 2 months ago

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.