Skip to content

Commit

Permalink
Add test for return when collection is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed May 30, 2023
1 parent 65ec437 commit b02f2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccdproc/tests/test_image_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ def test_type_of_empty_collection(self, triage_setup):
ic = ImageFileCollection(triage_setup.test_dir)
assert ic.summary is None
assert ic.keywords == []
assert ic.files_filtered() == []

def test_regex_match_for_search(self, triage_setup):
# Test regex matching in searches
Expand Down

0 comments on commit b02f2e1

Please sign in to comment.