We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cffb0 commit 9f3e83cCopy full SHA for 9f3e83c
astroquery/nasa_ads/tests/test_nasaads.py
@@ -1,6 +1,7 @@
1
from ... import nasa_ads
2
-from astropy.tests.helper import pytest
+from astropy.tests.helper import remote_data
3
4
+@remote_data
5
def test_simple():
6
x = nasa_ads.ADS.query_simple('^Persson Origin of water around deeply embedded low-mass protostars')
7
assert x[-1]['authors'][0] == 'Persson, M. V.'
0 commit comments