Skip to content

Commit 2ed5785

Browse files
committed
TST: adding test file
1 parent d3e3034 commit 2ed5785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/imcce/tests/setup_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
def get_package_data():
8-
paths = [os.path.join('data', '*.dat')] # etc, add other extensions
8+
paths = [os.path.join('data', '*.dat'),
9+
os.path.join('data', '*.vot')]
910

1011
return {'astroquery.imcce.tests': paths}

0 commit comments

Comments
 (0)