Skip to content

Commit 591af13

Browse files
committed
more coverage
1 parent 9eb6c21 commit 591af13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def test_image_name_hash(self, image_string, dictionary):
8787
hash(image)
8888

8989
def test_image_name_repr(self, image_string, dictionary):
90+
# so linter won't trip on unused argument
91+
del dictionary
9092
image = ImageName.parse(image_string)
9193
repr(image)
9294

0 commit comments

Comments
 (0)