Skip to content

Commit e6800ea

Browse files
committed
add supporting files for tests
1 parent be76a9e commit e6800ea

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

astroquery/alma/tests/__init__.py

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2+
import os
3+
4+
5+
def get_package_data():
6+
paths = [os.path.join('data', '*.xml'),
7+
]
8+
return {'astroquery.alma.tests': paths}
9+

0 commit comments

Comments
 (0)