summaryrefslogtreecommitdiff
path: root/pylint/test/functional/singledispatch_functions_py3.py
Commit message (Collapse)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-76/+0
|
* adapt existing test cases for useless-object-inheritance.ssolanki2018-06-211-1/+1
| | | | | | | | | | adapt existing test/input test cases to new check. add some more positive test case for useless-object-inheritance msg code was in conflict with existing msg. adapt existing test cases for new checker.
* Skip checking only of arguments when in a singledispatched function.Claudiu Popa2016-12-041-0/+1
|
* Improve the tests so that we can see the feature working.Claudiu Popa2016-12-041-11/+23
|
* Don't emit unused-argument and function-redefined for singledispatch ↵Łukasz Rogalski2016-12-041-0/+63
implementations Closes #1032 and #1034