Skip to content

Commit

Permalink
Merge pull request #282 from bsipocz/mimetype_add_files
Browse files Browse the repository at this point in the history
Adding missing test files
  • Loading branch information
tomdonaldson authored Dec 17, 2021
2 parents 475897f + 3f57c26 commit bbe4540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyvo/dal/tests/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ def get_package_data():
os.path.join('data/ssa', '*.xml'),
os.path.join('data/datalink', '*.xml'),
os.path.join('data', '*.xml'),
os.path.join('data/mimetype', '*jpg'),
os.path.join('data/mimetype', '*fits'),
]
return {'pyvo.dal.tests': paths}

0 comments on commit bbe4540

Please sign in to comment.