Skip to content
Snippets Groups Projects
Commit 5cf94bd2 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Bump coverage back to 100%

parent de65f4f4
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class PNGParser(_ImageParser):
try: # better fail here than later
cairo.ImageSurface.create_from_png(self.filename)
except MemoryError:
except MemoryError: # pragma: no cover
raise ValueError
def remove_all(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment