Skip to content

Commit

Permalink
Adding missing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 17, 2021
1 parent 475897f commit 3f57c26
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 3f57c26

Please sign in to comment.