5 lines
138 B
Python
5 lines
138 B
Python
|
class ImageComparisonFailure(AssertionError):
|
||
|
"""
|
||
|
Raise this exception to mark a test as a comparison between two images.
|
||
|
"""
|