summaryrefslogtreecommitdiff
path: root/test/functional/super_checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/super_checks.txt')
-rw-r--r--test/functional/super_checks.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/super_checks.txt b/test/functional/super_checks.txt
new file mode 100644
index 0000000..2d69098
--- /dev/null
+++ b/test/functional/super_checks.txt
@@ -0,0 +1,8 @@
+old-style-class:6:Aaaa:Old-style class defined.
+super-on-old-class:8:Aaaa.hop:Use of super on an old style class
+super-on-old-class:12:Aaaa.__init__:Use of super on an old style class
+bad-super-call:22:NewAaaa.__init__:Bad first argument 'object' 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()