Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix and refactors for ``docparams`` extension (#7398) | Daniƫl van Noord | 2022-09-04 | 1 | -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 tests | Pierre Sassoulas | 2022-04-18 | 1 | -1/+1 |
| | |||||
* | Move the functional tests for extension in 'tests/functional/ext' | Pierre Sassoulas | 2021-11-23 | 1 | -0/+142 |