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 70c0990 commit 13d8af8Copy full SHA for 13d8af8
lib/matplotlib/testing/exceptions.py
@@ -1,10 +1,16 @@
1
class KnownFailureTest(Exception):
2
- '''Raise this exception to mark a test as a known failing test.'''
3
- pass
+ """
+ Raise this exception to mark a test as a known failing test.
4
5
+
6
7
class KnownFailureDidNotFailTest(Exception):
- '''Raise this exception to mark a test should have failed but did not.'''
8
9
+ Raise this exception to mark a test should have failed but did not.
10
11
12
13
class ImageComparisonFailure(AssertionError):
- '''Raise this exception to mark a test as a comparison between two images.'''
14
15
+ Raise this exception to mark a test as a comparison between two images.
16
0 commit comments