File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
astroquery/esa/neocc/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
TIMEOUT = conf .TIMEOUT
37
37
VERIFICATION = conf .SSL_CERT_VERIFICATION
38
38
39
- @astropy . tests . helper .remote_data
39
+ @pytest . mark .remote_data
40
40
class TestLists :
41
41
"""Class which contains the unitary tests for lists module.
42
42
"""
@@ -431,11 +431,11 @@ def test_parse_neo_catalogue(self):
431
431
# Int
432
432
assert ptypes .is_int64_dtype (new_list ['non-grav param.' ])
433
433
434
- @astropy . tests . helper .remote_data
434
+ @pytest . mark .remote_data
435
435
class TestTabs :
436
436
"""Class which contains the unitary tests for tabs module.
437
437
"""
438
- path_nea = 'test/data/ allneo.lst'
438
+ path_nea = os . path . join ( DATA_DIR , ' allneo.lst')
439
439
nea_list = pd .read_csv (path_nea , header = None )
440
440
nea_list = nea_list [0 ].str .strip ().replace (r'\s+' , ' ' ,
441
441
regex = True )\
You can’t perform that action at this time.
0 commit comments