summaryrefslogtreecommitdiff
path: root/tests/functional/n
Commit message (Expand)AuthorAgeFilesLines
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-132-15/+20
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-033-0/+65
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-022-10/+66
* Move ``TestVariablesChecker`` to functional tests (#5419)Daniël van Noord2021-11-282-0/+5
* 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-2437-185/+185
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-192-8/+19
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-092-5/+16
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-051-1/+1
* Spelling and grammar fixesVille Skyttä2021-09-172-3/+3
* Add functional test demonstrating #4370Dimitri Prybysh2021-09-142-0/+18
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-112-0/+8
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-016-6/+6
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-301-0/+31
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-308-13/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-6/+5
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50
* Additional tests for PyCQA/astroid#1126David Liu2021-08-163-0/+87
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Omit no-member error if guarded behind if stmt (#4764)Marc Mueller2021-07-282-0/+82
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Fix invalid value returned in lenPierre Sassoulas2021-05-291-1/+1
* Added deprecated decorators check (#4513)Matus Valo2021-05-272-4/+5
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-1/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-232-9/+18
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-101-1/+1
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-035-0/+9
* Fix class constant namingMarc Mueller2021-04-018-4/+41
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-302-18/+22
* Cleanup unwanted 'use-symbolic-message-instead' in functional testsPierre Sassoulas2021-03-172-4/+2
* Enable use-symbolic-message-instead in functional testsPierre Sassoulas2021-03-1716-16/+18
* Rename func_w0233 to non_init_parent_calledPierre Sassoulas2021-03-172-0/+57
* Migrate func_no_dummy_redefined.py to new functional testsPierre Sassoulas2021-03-142-0/+16
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-092-4/+4
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-093-4/+4
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-0/+42
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-0/+39
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-072-0/+20
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-0740-2/+2
* Add --class-const-naming-styleMarc Mueller2021-03-065-21/+36
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-022-3/+11
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-182-0/+33
* Remove six dependency from test suiteDavid Gilman2021-02-162-8/+5
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-241-2/+2
* Add column to the information checked for functional testsPierre Sassoulas2021-01-2427-141/+141
* Remove functional test for named tuple missing inferencePierre Sassoulas2020-12-311-1/+0
* Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-281-0/+11
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-292-0/+0
* Add check for enums name styleへーさん2020-10-132-16/+23