Skip to content

Commit

Permalink
Remove functional test for missing super argument
Browse files Browse the repository at this point in the history
We do that because there was a problem with functional test see https://github.com/PyCQA/pylint/pull/3918\#issuecomment-735446281
  • Loading branch information
Pierre-Sassoulas committed Dec 12, 2020
1 parent 33f3a03 commit bfa3f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/s/super_checks.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
no-member:10:Aaaa.hop:Super of 'Aaaa' has no 'hop' member:INFERENCE
no-member:19:NewAaaa.hop:Super of 'NewAaaa' has no 'hop' member:INFERENCE
bad-super-call:22:NewAaaa.__init__:Bad first argument 'Aaaa' given to super()
missing-super-argument:27:Py3kAaaa.__init__:Missing argument to super()
bad-super-call:32:Py3kWrongSuper.__init__:Bad first argument 'NewAaaa' given to super()
bad-super-call:37:WrongNameRegression.__init__:Bad first argument 'Missing' given to super()
bad-super-call:46:CrashSuper.__init__:Bad first argument 'NewAaaa' given to super()
Expand Down

0 comments on commit bfa3f2a

Please sign in to comment.