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 1089479 commit 5996680Copy full SHA for 5996680
2 files changed
lib/matplotlib/sphinxext/tests/test_tinypages.py
@@ -87,4 +87,4 @@ def plot_file(num):
87
assert_true(file_same(range_4, pjoin(self.html_dir, 'range4.png')))
88
assert_true(file_same(range_6, pjoin(self.html_dir, 'range6.png')))
89
# check if figure caption made it into html file
90
- assert_true('This is the caption for plot 15.')
+ assert_true('This is the caption for plot 15.' in html_contents)
lib/matplotlib/sphinxext/tests/tinypages/range6.py
@@ -1,7 +1,7 @@
1
from matplotlib import pyplot as plt
2
3
def range4():
4
- '''This function should never be called if the plot_diective works as expected.'''
+ '''This function should never be called if the plot_directive works as expected.'''
5
raise NotImplementedError
6
7
def range6():
0 commit comments