Skip to content

Commit

Permalink
add test to confirm iers downloads are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Nov 2, 2023
1 parent c49dab2 commit 9a98c82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_iers_download_disabled.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from astropy.utils import iers
import imsim

def test_iers_download_disabled():
assert not iers.conf.auto_download

if __name__ == '__main__':
test_iers_download_disabled()

0 comments on commit 9a98c82

Please sign in to comment.