8000
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.
1 parent fb78581 commit 24ee9eeCopy full SHA for 24ee9ee
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