summaryrefslogtreecommitdiff
path: root/tests/functional/f
Commit message (Expand)AuthorAgeFilesLines
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-192-3/+3
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-185-18/+15
* Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-072-3/+12
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-1/+1
* Fix a failure to respect inline disables for `fixme` (#6362)Jacob Walls2022-04-181-3/+0
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+3
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-122-11/+11
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-1/+3
* Update functional test expected output (#5349)Daniël van Noord2021-11-249-36/+36
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-312-7/+15
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-303-4/+0
* Add ``forgotten-debug-statement`` checker (#4771)Daniël van Noord2021-07-293-0/+16
* Move remaining extension fixturesMarc Mueller2021-06-103-23/+0
* Enable loading of plugins in functional tests (Fix 4331) (#4332)DudeNr332021-04-092-2/+6
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-252-9/+9
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-173-3/+2
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-173-3/+4
* Migrate func_first_arg.py to new functional testsPierre Sassoulas2021-03-142-0/+51
* Add column to the information checked for functional testsPierre Sassoulas2021-01-247-23/+23
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-092-0/+19
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-012-0/+17
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-292-0/+0
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-034-4/+4
* `function-redefined`` exempts function redefined on a condition.Claudiu Popa2020-02-281-0/+11
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-133-1/+16
* A new check ``f-string-without-interpolation`` was addedClaudiu Popa2019-10-163-0/+12
* Support forward references for ``function-redefined`` check.Claudiu Popa2019-09-152-0/+11
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-1019-0/+195