Skip to content

Commit

Permalink
Merge pull request #2342 from bsipocz/MNT_test_data_fixes
Browse files Browse the repository at this point in the history
MNT: cleanup test data
  • Loading branch information
bsipocz authored Apr 15, 2022
2 parents c081ee4 + e51d3ee commit f9552ca
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 1,954 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ include README.rst
include CHANGES.rst
include CITATION
include astroquery/CITATION
include astroquery/splatalogue/data/*

include ah_bootstrap.py
include setup.py
include setup.cfg
include pyproject.toml
include tox.ini

recursive-include astroquery *.py
recursive-include docs *
Expand Down
21 changes: 0 additions & 21 deletions astroquery/besancon/tests/data/query_return.html

This file was deleted.

69 changes: 0 additions & 69 deletions astroquery/cadc/tests/data/datalink_result.xml

This file was deleted.

29 changes: 0 additions & 29 deletions astroquery/cadc/tests/data/job_1.vot

This file was deleted.

Binary file removed astroquery/cds/tests/data/moc2.fits
Binary file not shown.
3 changes: 2 additions & 1 deletion astroquery/cds/tests/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


def get_package_data():
paths_test = [os.path.join('data', '*.json')]
paths_test = [os.path.join('data', '*.json'),
os.path.join('data', '*.fits')]

return {'astroquery.cds.tests': paths_test}
Empty file.
Empty file.
Loading

0 comments on commit f9552ca

Please sign in to comment.