mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
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.
|
|
"""
|