summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-17/+11
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-075-18/+18
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-073-2/+2
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-073-9/+7
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-075-46/+45
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-07386-10/+7
* Add a test for too much functional files in the same directoryPierre Sassoulas2021-03-071-0/+9
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-0/+1
* Introduced deprecated attributesMatus Valo2021-03-061-22/+280
* bug2674Frank Harrison2021-03-062-0/+19
* 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
* Remove all fmt off from the codebasePierre Sassoulas2021-03-061-34/+22
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-051-0/+69
* Extract test caseMarc Mueller2021-03-051-14/+21
* 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
* Update copyright notice with copyritePierre Sassoulas2021-02-2828-35/+30
* Fix test for astroid updateMarc Mueller2021-02-283-6/+10
* Fix testsMarc Mueller2021-02-282-2/+3
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-281-0/+18
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-271-0/+14
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-2144-27/+84
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-213-27/+14
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-214-7/+7
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2116-17/+0
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-211-1/+1
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+99
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-204-0/+26
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-1/+6
* Fix false positive when zip() receives iterable (#4105)tiagohonorato2021-02-191-0/+6
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-183-0/+70
* Fix issue with nested PEP 604 syntaxMarc Mueller2021-02-165-25/+44
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-165-12/+83
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-168-132/+89
* Fix pylint warningshippo912021-02-161-1/+0
* Disable TestNoSixDavid Gilman2021-02-161-3/+1
* Remove tests that only run pre-Python 3.6David Gilman2021-02-1639-398/+0
* Re-add accidentally removed py3k unittestDavid Gilman2021-02-161-0/+23
* Check for lack of six in tox test runsDavid Gilman2021-02-161-0/+14
* Remove six dependency from test suiteDavid Gilman2021-02-1616-64/+55
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-153-1/+10
* Fix E731 do not assign a lambda expression, use a defPierre Sassoulas2021-02-151-1/+1
* Fix all E741 ambiguous variable name 'l'Pierre Sassoulas2021-02-151-14/+13
* 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 a sys.pypy_version_info that can only fail and unskip a testPierre Sassoulas2021-02-071-10/+0