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 c4b63c5 commit 47cffb0Copy full SHA for 47cffb0
astroquery/nasa_ads/tests/test_nasaads.py
@@ -1,5 +1,6 @@
1
from ... import nasa_ads
2
+from astropy.tests.helper import pytest
3
-def test_simple(patch_post):
4
+def test_simple():
5
x = nasa_ads.ADS.query_simple('^Persson Origin of water around deeply embedded low-mass protostars')
6
assert x[-1]['authors'][0] == 'Persson, M. V.'
0 commit comments