summaryrefslogtreecommitdiff
path: root/tests/functional/ext/docparams/missing_param_doc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix and refactors for ``docparams`` extension (#7398)Daniƫl van Noord2022-09-041-3/+3
| | | | | | | | | | | * Fix and refactors for ``docparams`` extension The ``re_only_desc`` regex did not match for white and characters after ``\n``, so some description-only lines weren't getting matched. In addition, lookaheads were added to ``re_param_line`` (i.e. make sure the type group is not followed by a new line (``\n``)). Lastly, named groups (ala Perl regular expressions) were added for slightly improved clarity. Co-authored-by: Hendry, Adam <adam.grant.hendry@gmail.com>
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
|
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-231-0/+142