Thanks to visit codestin.com Credit goes to github.com
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 9166b9f commit 01a6186Copy full SHA for 01a6186
1 file changed
test/test_matplotlib/TestAxes.py
@@ -45,6 +45,8 @@ def tearDown( self ):
45
#--------------------------------------------------------------------
46
def test_empty_datetime( self ):
47
"""Test plotting empty axes with dates along one axis."""
48
+ if 1:
49
+ raise RuntimeError('error forced to test buildbot error reporting')
50
fname = self.outFile( "empty_datetime.png" )
51
52
t0 = datetime(2009, 1, 20)
0 commit comments