8000 changes discussed in PR · matplotlib/matplotlib@5996680 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5996680

Browse files
committed
changes discussed in PR
1 parent 1089479 commit 5996680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/sphinxext/tests/test_tinypages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def plot_file(num):
8787
assert_true(file_same(range_4, pjoin(self.html_dir, 'range4.png')))
8888
assert_true(file_same(range_6, pjoin(self.html_dir, 'range6.png')))
8989
# check if figure caption made it into html file
90-
assert_true('This is the caption for plot 15.')
90+
assert_true('This is the caption for plot 15.' in html_contents)

lib/matplotlib/sphinxext/tests/tinypages/range6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from matplotlib import pyplot as plt
22

33
def range4():
4-
'''This function should never be called if the plot_diective works as expected.'''
4+
'''This function should never be called if the plot_directive works as expected.'''
55
raise NotImplementedError
66

77
def range6():

0 commit comments

Comments
 (0)
0