summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Migrate func_typecheck_callfunc_assigment.py to new functional testsPierre Sassoulas2021-03-072-0/+64
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-0725-0/+506
* Migrate nameerror_on_string_substitution to new functional testsPierre Sassoulas2021-03-072-0/+10
* Migrate func_variables_unused_name_from_wilcard_import.py to new functional t...Pierre Sassoulas2021-03-072-0/+6
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-0/+39
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-072-0/+17
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-072-0/+5
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-072-0/+20
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-072-0/+45
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-07385-2/+2
* Add --class-const-naming-styleMarc Mueller2021-03-065-21/+36
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-062-0/+26
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-061-1/+1
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-053-0/+15
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-022-3/+11
* Fix test for astroid updateMarc Mueller2021-02-283-6/+10
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-271-0/+14
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-204-0/+26
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-182-0/+33
* Fix issue with nested PEP 604 syntaxMarc Mueller2021-02-165-25/+44
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-165-12/+83
* Remove tests that only run pre-Python 3.6David Gilman2021-02-1639-398/+0
* Remove six dependency from test suiteDavid Gilman2021-02-1615-56/+52
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-153-1/+10
* Fix TypedDict inherit-non-class false-positive Python 3.9+Marc Mueller2021-02-152-0/+20
* Fix multiple false positives with assignment expressionsMarc Mueller2021-02-153-0/+63
* Add check for alternative union syntax - PEP 604Marc Mueller2021-02-158-0/+285
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-158-0/+287
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-243-4/+4
* Fix functional tests for python 3.5Pierre Sassoulas2021-01-243-4/+4
* Fix functional tests for python 3.6/3.7Pierre Sassoulas2021-01-242-17/+17
* Add column to the information checked for functional testsPierre Sassoulas2021-01-24295-1543/+1543
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-092-0/+19
* Add test for anomalous-backslash-in-string.Matthew Suozzo2021-01-042-0/+27
* Fix location metadata on backslash lint checksMatthew Suozzo2021-01-042-2/+3
* Fix 'use-symbolic-message-instead' error in 'excess escape'Pierre Sassoulas2021-01-031-1/+1
* Move excess escape functional test to new frameworkPierre Sassoulas2021-01-032-0/+40
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-012-0/+22
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-012-0/+17
* Remove test for function inference as astroid is not ready yetPierre Sassoulas2020-12-312-13/+12
* Add a test for function with comprehension or generatorPierre Sassoulas2020-12-312-1/+16
* Better and faster implementation of instance_has_boolPierre Sassoulas2020-12-312-5/+3
* Add a test for function in len() call for len_checkPierre Sassoulas2020-12-312-0/+14
* Handle range, generator list/dict/set comprehensionPierre Sassoulas2020-12-312-1/+10
* Restrict the number of classes affected by len-as-conditionPierre Sassoulas2020-12-312-1/+47
* Remove functional test for unbalanced tuple unpackingPierre Sassoulas2020-12-311-1/+0
* Fix a problem in unidiomatic type check's functionnal testsPierre Sassoulas2020-12-311-1/+0
* Remove functional test for useless import aliasPierre Sassoulas2020-12-311-2/+0
* Fix a problem in invalid sequence index functionnal testsPierre Sassoulas2020-12-311-1/+0
* Remove functional test for init not calledPierre Sassoulas2020-12-311-1/+0