Skip to content

Commit 9debab4

Browse files
committed
probably this is some kind of docstring for class attrs
1 parent d65f921 commit 9debab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838

3939
if HAS_PEP8:
4040
class StandardReportWithExclusions(pep8.StandardReport):
41-
# A class attribute to store the exception exclusion file patterns.
41+
#: A class attribute to store the exception exclusion file patterns.
4242
expected_bad_files = []
4343

44-
# A class attribute to store the lines of failing tests.
44+
#: A class attribute to store the lines of failing tests.
4545
_global_deferred_print = []
4646

47-
# A class attribute to store patterns which have seen exceptions.
47+
#: A class attribute to store patterns which have seen exceptions.
4848
matched_exclusions = set()
4949

5050
def get_file_results(self):
@@ -151,7 +151,7 @@ def assert_pep8_conformance(module=matplotlib, exclude_files=None,
151151
'{}'.format('\n '.join(unexpectedly_good)))
152152

153153

154-
def test_pep8_conformance():
154+
def test_pep8_conformance_installed_files():
155155
exclude_files = ['_delaunay.py',
156156
'_image.py',
157157
'_tri.py',

0 commit comments

Comments
 (0)