Files

5 lines
138 B
Python
Raw Permalink Normal View History

2019-11-17 12:44:16 +01:00
class ImageComparisonFailure(AssertionError):
"""
Raise this exception to mark a test as a comparison between two images.
"""