summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_base.py
Commit message (Expand)AuthorAgeFilesLines
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-131-0/+20
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-131-112/+0
* Move ``TestNameChecker`` to functional tests (#5421)Daniël van Noord2021-11-281-165/+2
* Move ``TestDocstring`` to functional tests (#5404)Daniël van Noord2021-11-261-158/+0
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-241-11/+40
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-9/+0
* Create a new file for BaseChecker unit testsPierre Sassoulas2021-10-271-61/+1
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-0/+46
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-201-29/+29
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-181-29/+39
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+2
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-27/+35
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-4/+12
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-2/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+5
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-14/+8
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-181-0/+37
* Fix pylint warningshippo912021-02-161-1/+0
* Disable TestNoSixDavid Gilman2021-02-161-3/+1
* Check for lack of six in tox test runsDavid Gilman2021-02-161-0/+14
* Fix need type annotation for 'CONFIG'Pierre Sassoulas2021-02-071-3/+4
* Improve lint message for singleton-comparison with boolsethan-leba2020-09-221-6/+38
* Sets up copyrighthippo912020-08-201-3/+3
* Fix 'using possibly undefined loop variable' in testsPierre Sassoulas2020-05-011-4/+12
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-271-0/+594