summaryrefslogtreecommitdiff
path: root/tests/test_self.py
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+2
* Enhancement 1070 file output (#4339)DudeNr332021-04-231-0/+95
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* test: fix fail_under regressionchohner2021-04-071-16/+25
* test: dont fail on same scorechohner2021-04-071-1/+1
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix regession with sys.path filter (2)Marc Mueller2021-03-281-1/+4
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-281-25/+126
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-071-8/+5
* bug2674Frank Harrison2021-03-061-0/+14
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-051-0/+69
* Extract test caseMarc Mueller2021-03-051-14/+21
* Update copyright notice with copyritePierre Sassoulas2021-02-281-2/+3
* Fix testsMarc Mueller2021-02-281-2/+3
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-281-0/+18
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-35/+25
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-3/+9
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Fix crash when specified config file doesn't existMatěj Grabovský2020-09-061-5/+2
* Sets up copyrighthippo912020-08-201-0/+1
* Add float fail-under testsPieter Engelbrecht2020-07-121-0/+18
* Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa2020-06-201-0/+8
* 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