exceptions.py 138 Bytes
Newer Older
xuebingbing's avatar
xuebingbing committed
1 2 3 4
class ImageComparisonFailure(AssertionError):
    """
    Raise this exception to mark a test as a comparison between two images.
    """