mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:17:35 +00:00
4 lines
138 B
Python
4 lines
138 B
Python
|
|
class ImageComparisonFailure(AssertionError):
|
||
|
|
"""
|
||
|
|
Raise this exception to mark a test as a comparison between two images.
|
||
|
|
"""
|