summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Add constant for update file in pylint.test_utilsPierre Sassoulas2021-01-012-1/+4
* Use premature return to simplify the codePierre Sassoulas2020-12-311-24/+26
* Better and faster implementation of instance_has_boolPierre Sassoulas2020-12-311-1/+6
* Treat generator and comprehension more gracefullyPierre Sassoulas2020-12-311-6/+6
* Apply hippo91's suggestion for retrieving ancestorsPierre Sassoulas2020-12-311-11/+4
* Add a comment for unclear InferenceErrorPierre Sassoulas2020-12-311-0/+2
* Add a docstring to LenChecker.base_classes_of_nodePierre Sassoulas2020-12-311-0/+1
* Handle range, generator list/dict/set comprehensionPierre Sassoulas2020-12-311-2/+9
* Restrict the number of classes affected by len-as-conditionPierre Sassoulas2020-12-311-2/+11
* Add new function to recover all base class of a NodePierre Sassoulas2020-12-311-0/+16
* Sort the result of the output display during functional testsPierre Sassoulas2020-12-311-2/+4
* Fix undetected problem in functional .txt filesPierre Sassoulas2020-12-311-14/+4
* Create a function from differing output in functional testsPierre Sassoulas2020-12-311-12/+17
* Refactor assertion using the new function for error messagePierre Sassoulas2020-12-311-6/+3
* Create a function for assert fail for differing messagesPierre Sassoulas2020-12-311-14/+22
* Better assert message when dealing with functional tests messagesPierre Sassoulas2020-12-311-19/+23
* Merge branch 'master' into masterGergely Kalmár2020-12-295-4/+19
|\
| * Merge pull request #3959 from hippo91/toward_python39hippo912020-12-291-1/+2
| |\
| | * Back to astroid 2.4.0hippo912020-12-291-1/+1
| | * Merge branch 'master' into toward_python39hippo912020-12-2917-649/+721
| | |\
| | * | Adds python3.9 and asks for astroid 2.5.0 at leasthippo912020-11-281-1/+2
| * | | Fix a crash in `consider-using-enumerate` when encountering `range()` without...Claudiu Popa2020-12-291-0/+2
| * | | Fix a crash in `undefined-variable` caused by chained attributes in metaclassClaudiu Popa2020-12-291-1/+4
| | |/ | |/|
| * | Merge pull request #3993 from isidentical/issue-3992hippo912020-12-291-0/+5
| |\ \
| | * | Add changelog entryBatuhan Taskaya2020-12-281-1/+2
| | * | Make postponed annotations enabled by default for 3.10+Batuhan Taskaya2020-12-231-0/+4
| * | | Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-281-2/+6
| |/ /
* | | Fix signature-differsGergelyKalmar2020-12-201-1/+4
|/ /
* | Fix regression about getfullargspec deprecationSorin Sbarnea2020-12-141-1/+0
* | Remove hardcoded error for `bad-reversed-sequence` on dictsethan-leba2020-11-301-6/+3
* | Add an exception for malformed expected output in functional testsPierre Sassoulas2020-11-291-2/+20
* | Make the .txt file optional in functional testsPierre Sassoulas2020-11-291-1/+5
* | Burst what remain of utils into filesPierre Sassoulas2020-11-295-45/+54
* | Create a file for decoratorsPierre Sassoulas2020-11-293-20/+26
* | Create a file for get_test_infoPierre Sassoulas2020-11-293-48/+47
* | Create a file for the global test linterPierre Sassoulas2020-11-292-11/+21
* | Remove context manager replaced by pytest tmp_file/dirPierre Sassoulas2020-11-291-34/+0
* | Create a file for lint_module_testPierre Sassoulas2020-11-293-220/+220
* | Create a file for Message/OutputLinePierre Sassoulas2020-11-293-47/+53
* | Create a testutils/constant.py filePierre Sassoulas2020-11-293-25/+33
* | Create a file for test util's functional test filePierre Sassoulas2020-11-292-71/+80
* | Add typing to constructor of LintModuleTestPierre Sassoulas2020-11-291-1/+1
* | Refactor some variable names in testutilPierre Sassoulas2020-11-291-6/+6
* | Use typing instead of docstring in multiset_differencePierre Sassoulas2020-11-291-13/+5
* | Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-283-5/+8
* | Create an API for testutils directoryPierre Sassoulas2020-11-282-537/+568
* | Create a testutils/test_reporter.py filePierre Sassoulas2020-11-282-74/+82
* | Move testutils.py in its own packagePierre Sassoulas2020-11-281-2/+0
* | Remove redundant character escape '\]' in _EXPECTED_REPierre Sassoulas2020-11-281-1/+1
* | Fix 'function could be static' in testutils.pyPierre Sassoulas2020-11-281-1/+2