diff options
author | Ashley Whetter <ashley@awhetter.co.uk> | 2019-06-14 22:28:42 -0700 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-06-20 10:02:14 +0200 |
commit | 33b8185a455c1686d038258697bb93005f2441c2 (patch) | |
tree | 4a50ccac775c009436e45803129e428ed694065f /pylint/test/functional/inherit_non_class.txt | |
parent | 7081d91f30728653000bdfc59ea85a3395f96418 (diff) | |
download | pylint-git-33b8185a455c1686d038258697bb93005f2441c2.tar.gz |
Stopped installing tests with package
Diffstat (limited to 'pylint/test/functional/inherit_non_class.txt')
-rw-r--r-- | pylint/test/functional/inherit_non_class.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pylint/test/functional/inherit_non_class.txt b/pylint/test/functional/inherit_non_class.txt deleted file mode 100644 index 3be70cb9d..000000000 --- a/pylint/test/functional/inherit_non_class.txt +++ /dev/null @@ -1,9 +0,0 @@ -inherit-non-class:21:Bad:Inheriting '1', which is not a class. -inherit-non-class:24:Bad1:"Inheriting 'lambda abc: 42', which is not a class." -inherit-non-class:27:Bad2:Inheriting 'object()', which is not a class. -inherit-non-class:30:Bad3:Inheriting 'return_class', which is not a class. -inherit-non-class:33:Bad4:Inheriting 'Empty()', which is not a class. -inherit-non-class:68:NotInheritableBool:Inheriting 'bool', which is not a class. -inherit-non-class:72:NotInheritableRange:Inheriting 'range', which is not a class. -inherit-non-class:76:NotInheritableSlice:Inheriting 'slice', which is not a class. -inherit-non-class:80:NotInheritableMemoryView:Inheriting 'memoryview', which is not a class.
\ No newline at end of file |