summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor a one liner that was on 4 linesPierre Sassoulas2021-01-011-7/+6
* Remove unused class attribute _TEST_TYPEPierre Sassoulas2021-01-011-4/+0
* Uniformize update mechanism in functional testsPierre Sassoulas2021-01-011-8/+8
* Add constant for update file in pylint.test_utilsPierre Sassoulas2021-01-011-9/+7
* 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
* Add new function to recover all base class of a NodePierre Sassoulas2020-12-311-0/+50
* 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
* Remove functional test for non standard exceptionPierre Sassoulas2020-12-311-2/+0
* Remove functional test for bad reversed sequencePierre Sassoulas2020-12-311-3/+0
* Remove functional test for named tuple missing inferencePierre Sassoulas2020-12-311-1/+0
* Remove functional test for missing super argumentPierre Sassoulas2020-12-311-1/+0
* Remove functional test for comparison with callablePierre Sassoulas2020-12-311-1/+0
* Remove functional test for message manager by idPierre Sassoulas2020-12-311-5/+0
* Sort the result of the output display during functional testsPierre Sassoulas2020-12-311-1/+0
* Fix undetected problem in functional .txt filesPierre Sassoulas2020-12-311-4/+14
* Merge branch 'master' into masterGergely Kalmár2020-12-294-0/+23
|\
| * Merge pull request #3959 from hippo91/toward_python39hippo912020-12-291-0/+1
| |\
| | * Merge branch 'master' into toward_python39hippo912020-12-2944-92/+87
| | |\