summaryrefslogtreecommitdiff
path: root/pylint/test/functional/abstract_class_instantiated_py2.py
Commit message (Collapse)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-82/+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.
* format: check for & warn about trailing newlinesMike Frysinger2016-01-091-1/+0
| | | | | | | The new tests also catch a lot of files in the pylint code base that have trailing newlines, so clean them all up as well. Close #682
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-301-3/+18
| | | | | This fixes a false positive related to abstract-class-instantiated. Closes issue #648.
* Remove abstract-class-not-used, for the same reasons as star-args and ↵Claudiu Popa2015-03-111-1/+1
| | | | abstract-class-little-referenced.
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-111-1/+1
|
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+68