summaryrefslogtreecommitdiff
path: root/tests/functional/ext
Commit message (Expand)AuthorAgeFilesLines
* Move some of the Numpy tests out of ``TestParamDocChecker`` (#5492)Daniël van Noord2021-12-085-4/+481
* Move tests for Google docstrings from ``TestParamDocChecker`` to functional t...Daniël van Noord2021-12-079-7/+625
* Revert renaming extension tests (#5473)Marc Mueller2021-12-0530-14/+7
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-032-16/+64
* Move Sphinx docstrings out of ``TestParamDocChecker`` (#5450)Daniël van Noord2021-12-039-23/+560
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-032-0/+24
* Add type of docstring to ``missing_raises_doc`` functional tests (#5445)Daniël van Noord2021-11-303-19/+19
* Move ``TestDocstringCheckerRaise`` to functional tests (#5444)Daniël van Noord2021-11-3021-0/+667
* Move ``TestDocstringCheckerReturn`` to functional tests (#5438)Daniël van Noord2021-11-3023-0/+457
* Move ``TestForAnyAll`` to functional tests (#5436)Arianna Y2021-11-292-0/+89
* Move ``TestDocstringCheckerYield`` to functional tests (#5435)Daniël van Noord2021-11-2922-0/+332
* Update functional test expected output (#5349)Daniël van Noord2021-11-2430-272/+272
* Fix a crash on psycopg2 for elif used (#5369)Pierre Sassoulas2021-11-242-3/+26
* Consistency in functional tests for extension's namePierre Sassoulas2021-11-2331-1/+1
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-2371-0/+967
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-252-7/+15
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-253-0/+63
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-102-6/+4
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-076-28/+61
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-112-7/+47
* Add additional test case - consider-using-assignment-expr (#4975)Marc Mueller2021-09-061-1/+12
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-303-0/+53
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-303-0/+172
* Add consider-ternary-expression extensionNick Drozd2021-08-203-0/+29
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-183-0/+14
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-132-9/+13
* Fix existing testsMarc Mueller2021-08-132-2/+4
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-122-40/+4
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-292-4/+40
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-123-0/+81
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-123-0/+81
* | Move remaining extension fixturesMarc Mueller2021-06-109-0/+79
* | Renamed code_style extension testMarc Mueller2021-06-103-0/+0
* | Moved typing extension testsMarc Mueller2021-06-1018-0/+463
|/
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-103-0/+35