Skip to content

Commit

Permalink
more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vk committed Dec 4, 2022
1 parent 9eb6c21 commit 591af13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def test_image_name_hash(self, image_string, dictionary):
hash(image)

def test_image_name_repr(self, image_string, dictionary):
# so linter won't trip on unused argument
del dictionary
image = ImageName.parse(image_string)
repr(image)

Expand Down

0 comments on commit 591af13

Please sign in to comment.