summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for old-division and floats. Close #3039Claudiu Popa2019-09-244-6/+10
* Disable too-few-public-methods for data classes. Close #3025Claudiu Popa2019-09-241-1/+14
* Exempt kwonly arguments when they are annotated from missing-type-doc. Close ...Claudiu Popa2019-09-231-0/+18
* Support typing comments for individual arguments. Close #3112Claudiu Popa2019-09-231-0/+9
* Allow signature mutators to be verified against the name as well as qualified...Claudiu Popa2019-09-232-1/+19
* Handle inference ambiguity for ``invalid-format-index``Claudiu Popa2019-09-171-1/+11
* Rename import exemption option to be different than the check nameClaudiu Popa2019-09-171-1/+1
* Removed Python 2 specific checksClaudiu Popa2019-09-1754-632/+16
* Handle redefinitions in case of type checking imports.Claudiu Popa2019-09-172-0/+22
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-1714-13/+78
* Handle variables defined only under a type checking clauseClaudiu Popa2019-09-172-0/+12
* Support forward references for ``function-redefined`` check.Claudiu Popa2019-09-152-0/+11
* Add a command to list enabled/disabled messagesTrevor Bekolay2019-09-121-2/+24
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-1213-242/+4
* Skip lambdas from assignment-from-no-return checksClaudiu Popa2019-09-121-0/+6
* [missing-x-docstring] Add retro-compatibility functional testsPierre Sassoulas2019-09-104-0/+57
* [missing-docstring] Break down into class, function, and modulePierre Sassoulas2019-09-108-27/+27
* Compare tuples to tuples when annotating testsClaudiu Popa2019-09-101-16/+30
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-105-38/+80
* Move a couple of new test files to subdirectoriesClaudiu Popa2019-09-109-7/+5
* [functional tests] Move test starting by too to their dirPierre Sassoulas2019-09-1035-0/+0
* [functional tests] Import error must import syntax errorPierre Sassoulas2019-09-106-3/+3
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-1012-20/+22
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-1020-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-10836-0/+0
* [functional tests] Clearer fatal fail error messagePierre Sassoulas2019-09-101-1/+3
* [functional tests] Use walk instead of listdirPierre Sassoulas2019-09-101-3/+6
* [functional tests] Clearer error message when file not foundPierre Sassoulas2019-09-101-2/+1
* [functional tests] Add __repr__ for FunctionalTestFilePierre Sassoulas2019-09-101-0/+3
* [test/functional] Better error message for failPierre Sassoulas2019-09-101-1/+1
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-102-0/+53
* Report unnecessary else after continue and breakRobert Schweizer2019-09-105-17/+15
* Added a new check, consider-using-sys-exit, close #2925 (#3062)Sushobhit2019-08-222-0/+17
* [pylint.checkers] Clearer __repr__ when printing checkersPierre Sassoulas2019-08-191-1/+1
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-192-161/+190
* [tests.message] Create a test for MessageDefinition __str__Pierre Sassoulas2019-08-191-0/+9
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-192-13/+19
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-193-0/+149
* Add a new check `arguments-out-of-order`mattlbeck2019-08-165-3/+60
* Don't require super call from `typing.overload`-ed __init__Grygorii Iermolenko2019-08-161-0/+22
* Typing module since Python 3.5 (#3056)Grygorii Iermolenko2019-08-161-1/+1
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-161-0/+18
* Do not crash when cannot infer the name of an attribute owner. Close #3019Claudiu Popa2019-08-091-0/+11
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-092-5/+5
* W0199: Change description to use the term 2-item-tuple (#3033)Niko Wenselowski2019-08-061-2/+2
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-0/+85
* [pylint.message] Remove MessageStore.add_renamed_messagePierre Sassoulas2019-08-061-17/+0
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-063-1/+46
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-291-0/+18
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-2213-1039/+1259