Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5996680

Browse filesBrowse files
committed
changes discussed in PR
1 parent 1089479 commit 5996680
Copy full SHA for 5996680

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/matplotlib/sphinxext/tests/test_tinypages.py

Copy file name to clipboardExpand all lines: lib/matplotlib/sphinxext/tests/test_tinypages.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/sphinxext/tests/tinypages/range6.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.