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 6ac01bd

Browse filesBrowse files
committed
tests directory format converted
1 parent 6155084 commit 6ac01bd
Copy full SHA for 6ac01bd

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/tests/test_coding_standards.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_coding_standards.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def assert_pep8_conformance(module=matplotlib, exclude_files=None,
152152
raise ValueError('Some exclude patterns were unnecessary as the '
153153
'files they pointed to either passed the PEP8 '
154154
'tests or do not point to a file:\n '
155-
'{}'.format('\n '.join(unexpectedly_good)))
155+
'{0}'.format('\n '.join(unexpectedly_good)))
156156

157157

158158
def test_pep8_conformance_installed_files():
Collapse file

‎lib/matplotlib/tests/test_patheffects.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_patheffects.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_PathEffect_points_to_pixels():
9797

9898
assert isinstance(pe_renderer, path_effects.PathEffectRenderer), (
9999
'Expected a PathEffectRendere instance, got '
100-
'a {} instance.'.format(type(pe_renderer)))
100+
'a {0} instance.'.format(type(pe_renderer)))
101101

102102
# Confirm that using a path effects renderer maintains point sizes
103103
# appropriately. Otherwise rendered font would be the wrong size.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.