summaryrefslogtreecommitdiff
path: root/tests/functional/ext/docparams/parameter/missing_param_doc.py
blob: 6039c4b2005c8b80981ab447434893807b091d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""Tests for missing-param-doc and missing-type-doc for non-specified style docstrings
with accept-no-param-doc = yes
"""
# pylint: disable=invalid-name, unused-argument


def test_tolerate_no_param_documentation_at_all(x, y):
    """Example of a function with no parameter documentation at all

    No error message is emitted.

    missing parameter documentation"""