summaryrefslogtreecommitdiff
path: root/tests/functional/n/non
Commit message (Expand)AuthorAgeFilesLines
* add test for Uninferableclavedeluna2023-01-241-2/+8
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-183-22/+21
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-312-2/+1
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-123-6/+6
* Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)Daniël van Noord2022-01-241-1/+1
* Add a checker for misleading unicode (#5311)Kound2022-01-131-2/+2
* Improve non ascii checker (#5643)Kound2022-01-104-5/+16
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-251-0/+10
* Update functional test expected output (#5349)Daniël van Noord2021-11-244-20/+20
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-232-9/+18
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-172-4/+2
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-1710-0/+227