Skip to content

Commit f9552ca

Browse files
authored
Merge pull request #2342 from bsipocz/MNT_test_data_fixes
MNT: cleanup test data
2 parents c081ee4 + e51d3ee commit f9552ca

File tree

48 files changed

+9
-1954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9
-1954
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ include README.rst
33
include CHANGES.rst
44
include CITATION
55
include astroquery/CITATION
6-
include astroquery/splatalogue/data/*
76

87
include ah_bootstrap.py
98
include setup.py
109
include setup.cfg
1110
include pyproject.toml
11+
include tox.ini
1212

1313
recursive-include astroquery *.py
1414
recursive-include docs *

astroquery/besancon/tests/data/query_return.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

astroquery/cadc/tests/data/datalink_result.xml

Lines changed: 0 additions & 69 deletions
This file was deleted.

astroquery/cadc/tests/data/job_1.vot

Lines changed: 0 additions & 29 deletions
This file was deleted.

astroquery/cds/tests/data/moc2.fits

-2.86 MB
Binary file not shown.

astroquery/cds/tests/setup_package.py

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

33

44
def get_package_data():
5-
paths_test = [os.path.join('data', '*.json')]
5+
paths_test = [os.path.join('data', '*.json'),
6+
os.path.join('data', '*.fits')]
67

78
return {'astroquery.cds.tests': paths_test}

astroquery/esa/hubble/tests/data/O5HKAX030_FLT.FITS

Whitespace-only changes.

astroquery/esa/hubble/tests/data/cone.vot

Whitespace-only changes.

0 commit comments

Comments
 (0)