summaryrefslogtreecommitdiff
path: root/pylint/extensions
diff options
context:
space:
mode:
authorBruno Daniel <bruno.daniel@blue-yonder.com>2015-05-08 17:52:16 +0200
committerBruno Daniel <bruno.daniel@blue-yonder.com>2015-05-08 17:52:16 +0200
commit05af22f739dca381d60e62283f93a0ba31445efc (patch)
treecbd7d7ea50a12194c7f210d73f94ea81c47036c0 /pylint/extensions
parent9e8c3553f45199129588cbb7f5604c75ddabf019 (diff)
downloadpylint-05af22f739dca381d60e62283f93a0ba31445efc.tar.gz
documentation
Diffstat (limited to 'pylint/extensions')
-rw-r--r--pylint/extensions/test/test_check_docs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/extensions/test/test_check_docs.py b/pylint/extensions/test/test_check_docs.py
index 5c4710c..9127920 100644
--- a/pylint/extensions/test/test_check_docs.py
+++ b/pylint/extensions/test/test_check_docs.py
@@ -42,6 +42,8 @@ class SpinxDocCheckerTest(CheckerTestCase):
def test_tolerate_no_sphinx_param_documentation_at_all(self):
"""Example of a function with no Sphinx parameter documentation at all
+
+ No error message is emitted.
"""
node = test_utils.extract_node("""
def function_foo(x, y):