summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix mypy error: os module has no attribute "_name"Pierre Sassoulas2021-02-071-1/+1
* Remove unused and bugged pypy_version_infoPierre Sassoulas2021-02-071-5/+0
* Fix need type annotation for 'CONFIG'Pierre Sassoulas2021-02-071-3/+4
* 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
* Permit to update malformatted functional testsPierre Sassoulas2021-01-241-1/+5
* 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-093-1/+58
* 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-034-15/+16
* empty-comment line number bug fixOr Bahari2021-01-031-4/+4
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-022-9/+30
* mapreduce| Adds map/reduce functionality to SimilarCheckerFrank Harrison2021-01-023-0/+238
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-014-25/+23
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-013-3/+6
* Actually remove the file even if the tests failedPierre Sassoulas2021-01-012-6/+10
* Uniformize update mechanism in functional testsPierre Sassoulas2021-01-011-9/+18
* Put test dialect for csv writer in the proper namespacePierre Sassoulas2021-01-011-9/+6
* Fix and simplify the update mechanism for functional testsPierre Sassoulas2021-01-011-33/+6