summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove private functions from the API of pylint.configPierre Sassoulas2020-05-031-6/+6
* Remove tests related to mixed-indentationPierre Sassoulas2020-05-032-12/+0
* Remove the space_check option and its codePierre Sassoulas2020-05-031-24/+0
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-034-4/+4
* Remove all tests concerning bad-whitespacePierre Sassoulas2020-05-033-280/+1
* Remove bad-continuation disabling in all codePierre Sassoulas2020-05-025-5/+5
* Remove all tests concerning bad-continuationPierre Sassoulas2020-05-028-404/+0
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-0/+15
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-0/+31
* `no-value-for-parameter` variadic detection has improved for assign statementsClaudiu Popa2020-05-021-0/+27
* Remove the test specific configuration filePierre Sassoulas2020-05-011-19/+0
* Fix 'using possibly undefined loop variable' in testsPierre Sassoulas2020-05-011-4/+12
* Disable existing fixme in tests so we can check the new onePierre Sassoulas2020-05-012-5/+3
* Fix consider using 'elif' instead of 'else if' in testsPierre Sassoulas2020-05-011-4/+3
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-018-2/+9
* Remove unittest.main() not required with pytestPierre Sassoulas2020-05-012-12/+2
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-012-4/+4
* Fix a crash in `method-hidden` lookup for unknown base classesClaudiu Popa2020-04-281-0/+11
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-2715-0/+0
* Fix python 3.5 'Argument must be sring or bytes, not PosixPath'Pierre Sassoulas2020-04-271-1/+1
* Create a directory for checker's unittestsPierre Sassoulas2020-04-2717-4/+8
* Use pathlib.Path instead of os.path in unittest_checkerPierre Sassoulas2020-04-272-12/+12
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-2742-53/+208
* Fix formatting error in test fileClaudiu Popa2020-04-271-3/+9
* Brought back logging-fstring-interpolationAshley Whetter2020-04-279-72/+36
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-272-17/+8
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-262-0/+322
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-262-4/+6
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-262-14/+14
* [test json] Refactor the json reporter unittestPierre Sassoulas2020-04-261-23/+30
* Fix false negative for undefined-variable when using class attribute in compr...Andrew Simmons2020-04-222-3/+6
* Fix false positive for ``undefined-variable`` when using class attribute as r...Andrew Simmons2020-04-221-0/+17
* Fix false positive for ``undefined-variable`` when using class attribute in d...Andrew Simmons2020-04-221-0/+26
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-204-18/+5
* Fix the broken tests: raises do not exist in PythonPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix function redefinition in check_docsPierre Sassoulas2020-04-202-3/+2
* [tests lint] Fix all W0223: abstract-method in pylint's own testsPierre Sassoulas2020-04-204-2/+7
* Disable R0901: Too many ancestors for PylinterPierre Sassoulas2020-04-202-1/+1
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-2014-29/+26
* [tests lint] Disable all the too-many-public-methods warningPierre Sassoulas2020-04-207-1/+16
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-208-14/+9
* [tests lint] Fix all C0415 import-outside-toplevel in pylint's own testsPierre Sassoulas2020-04-202-13/+7
* [tests lint] Fix some E0102: method already defined in testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all C0121 singleton-comparison in pylint's own testsPierre Sassoulas2020-04-202-2/+1
* [tests lint] Fix all W0231 super-init-not-called in pylint's own testsPierre Sassoulas2020-04-202-1/+4
* [tests lint] Fix all E1101 no-member in pylint's own testsPierre Sassoulas2020-04-203-1/+3
* [tests lint] Fix all W0702 bare-except in pylint's own testsPierre Sassoulas2020-04-204-4/+3
* Enable wildcard-import check in pylint's own testsPierre Sassoulas2020-04-201-1/+0
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-209-250/+277
* [tests lint] Fix all W9016 missing-type-doc in pylint's own testsPierre Sassoulas2020-04-202-3/+2