summaryrefslogtreecommitdiff
path: root/tests/functional/d
Commit message (Expand)AuthorAgeFilesLines
* Fix ``dangerous-default-value`` false negative when `*` is used. (#7856)Dani Alcala2022-11-272-0/+12
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-191-1/+5
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-1/+1
* Add regression test for dataclass kw_only support (#7413)Daniël van Noord2022-09-063-0/+32
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-052-0/+10
* Add tests for PyCQA#5767Daniël van Noord2022-08-242-0/+29
* Revert "[test] Temporary xfail deprecated methods py36 on pypy (#7244)" (#7345)Pierre Sassoulas2022-08-232-7/+0
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-184-14/+12
* [test] Temporary xfail deprecated methods py36 on pypy (#7244)Pierre Sassoulas2022-07-302-0/+7
* Fix tests for Python 3.11 (#7167)Adam Williamson2022-07-143-0/+3
* Emit `unhashable-member` when creating sets or dicts (#7036)Jacob Walls2022-06-292-2/+2
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-1/+1
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-042-2/+2
* Improve wording on W0402 message (#6387)omarandlorraine2022-04-2011-13/+13
* Fix enabling `deprecated-module` after `disable=all` (#6360)Jacob Walls2022-04-1811-14/+6
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-182-2/+2
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-168-0/+14
* Remove removed messages from the tests (#6268)Daniël van Noord2022-04-121-1/+1
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-114-9/+2
* Add new message called duplicate-value for sets (#5928)Konstantina Saketou2022-04-022-0/+28
* [refactor] Simpler and more performant way to check for duplicate-argumentPierre Sassoulas2022-04-012-10/+5
* 'duplicate-argument-name' raises once for each set of duplicated argumentsPierre Sassoulas2022-04-012-5/+5
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-126-33/+33
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-1111-1/+35
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-083-0/+7
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-062-0/+5
* Move functional test files to new structureDaniël van Noord2022-02-103-0/+0
* Update functional test expected output (#5349)Daniël van Noord2021-11-2425-100/+100
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-233-50/+0
* Migrate test for extension to functional testsPierre Sassoulas2021-11-233-0/+50
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-211-1/+1
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-162-3/+18
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Add tests for dataclasses (#4967)Daniël van Noord2021-09-142-2/+9
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-013-4/+3
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-312-1/+4
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-3014-20/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-2/+2
* Add typecheck tests for dataclass attributesDavid Liu2021-08-203-0/+129
* Additional tests for PyCQA/astroid#1126David Liu2021-08-162-2/+32
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+1
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-052-0/+25
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-282-2/+2
* Use absolute import qualified module name for deprecated module check (#4678)Matus Valo2021-07-068-0/+20
* Add a functional test for deprecated_methodsPierre Sassoulas2021-06-292-13/+22
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-171-0/+0