File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,21 @@ def test_query_region(patch_post):
135
135
assert isinstance (result , commons .TableList )
136
136
137
137
138
+ def test_query_regions (patch_post ):
139
+ """
140
+ This ONLY tests that calling the function works -
141
+ the data currently used for the test is *NOT* appropriate
142
+ for the multi-object query. There is no test for parsing
143
+ that return (yet - but see test_multicoord in remote_data)
144
+ """
145
+ targets = commons .ICRSCoordGenerator (ra = [299.590 , 299.90 ],
146
+ dec = [35.201 , 35.201 ],
147
+ unit = (u .deg , u .deg ))
148
+ vizier .core .Vizier .query_region (targets ,
149
+ radius = 5 * u .deg ,
150
+ catalog = ["HIP" , "NOMAD" , "UCAC" ])
151
+
152
+
138
153
def test_query_object_async (patch_post ):
139
154
response = vizier .core .Vizier .query_object_async (
140
155
"HD 226868" , catalog = ["NOMAD" , "UCAC" ])
You can’t perform that action at this time.
0 commit comments