summaryrefslogtreecommitdiff
path: root/tests/test_self.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug with `ignore-docstrings` ignoring all lines in a moduleClaudiu Popa2020-06-081-0/+8
* Fix a regression where the score was not reported with multiple jobsClaudiu Popa2020-05-161-0/+5
* 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
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+10
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-261-3/+5
* [tests lint] Fix all W0223: abstract-method in pylint's own testsPierre Sassoulas2020-04-201-1/+1
* [tests lint] Disable all the too-many-public-methods warningPierre Sassoulas2020-04-201-0/+2
* [tests lint] Fix all W0231 super-init-not-called in pylint's own testsPierre Sassoulas2020-04-201-0/+4
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-201-2/+4
* Get rid of a bunch of yoda conditions in tests (misplaced-comparison-constant)Pierre Sassoulas2020-04-201-1/+1
* [tests lint] Fix all W0614 unused-wildcard-import in pylint's own testsPierre Sassoulas2020-04-201-2/+5
* Don't HTML-escape JSON messages (#3467)Clément Pit-Claudel2020-04-031-0/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Add more tests for loading a malitious astroid fileClaudiu Popa2020-03-121-1/+16
* Add test for checking that files are not imported from local directoryClaudiu Popa2020-03-121-0/+32
* Improve the testing around the new --fail-under flagClaudiu Popa2019-11-211-0/+48
* Fix the test suite failures on PyPyClaudiu Popa2019-11-181-1/+1
* CLeanup tmpdir related code in testThomas Hisch2019-11-181-6/+1
* Fix problem with syntaxerrors in file from stdinThomas Hisch2019-11-171-0/+13
* Fix py3k (#3210)Hugues2019-11-041-2/+2
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-79/+1
* [missing-docstring] Break down into class, function, and modulePierre Sassoulas2019-09-101-4/+4
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-101-6/+7
* Adjust the column numbers for syntax errorsClaudiu Popa2019-07-101-1/+8
* Escape the clean path before normalizing to slashes (#2993)Claudiu Popa2019-07-071-1/+1
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-201-1/+4
* Normalize paths to get the self tests working on both Linux and WindowsClaudiu Popa2019-06-201-16/+24
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+669