summaryrefslogtreecommitdiff
path: root/tests/test_self.py
Commit message (Expand)AuthorAgeFilesLines
* Fix exporting to JSON does not honor score option (3504)Pierre Sassoulas2021-11-251-1/+4
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+1
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-1/+23
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-1/+1
* Add typing to `BaseReporter.out` (#5023)Daniël van Noord2021-09-171-9/+6
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-161-3/+5
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-66/+88
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-23/+0
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-6/+6
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-0/+1
* Linted and re-added None check of score.Mark Bell2021-07-171-22/+28
* Added unit tests and allow fail-under to apply even when the score is exactly...Mark Bell2021-07-171-0/+32
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-151-1/+2
* Fix existing codeMarc Mueller2021-06-101-1/+1
* Fix test failing because python 10 got betterPierre Sassoulas2021-05-111-2/+4
* Fix broken tests (#4450)Marc Mueller2021-05-071-9/+13
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-021-0/+63
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-1/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* 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