We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60dec25 + 24ee9ee commit 4ef0163Copy full SHA for 4ef0163
lib/matplotlib/testing/noseclasses.py
@@ -9,7 +9,7 @@ class KnownFailureDidNotFailTest(Exception):
9
'''Raise this exception to mark a test should have failed but did not.'''
10
pass
11
12
-class ImageComparisonFailure(Exception):
+class ImageComparisonFailure(AssertionError):
13
'''Raise this exception to mark a test as a comparison between two images.'''
14
15
class KnownFailure(ErrorClassPlugin):
0 commit comments