aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/s/slots_checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/s/slots_checks.txt')
-rw-r--r--tests/functional/s/slots_checks.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/s/slots_checks.txt b/tests/functional/s/slots_checks.txt
new file mode 100644
index 000000000..ffe82f8a1
--- /dev/null
+++ b/tests/functional/s/slots_checks.txt
@@ -0,0 +1,11 @@
+invalid-slots:36:0:Bad:Invalid __slots__ object
+invalid-slots:39:0:SecondBad:Invalid __slots__ object
+invalid-slots-object:43:22:ThirdBad:Invalid object '2' in __slots__, must contain only non empty strings
+invalid-slots:45:0:FourthBad:Invalid __slots__ object
+invalid-slots-object:49:27:FifthBad:"Invalid object ""''"" in __slots__, must contain only non empty strings"
+single-string-used-for-slots:51:0:SixthBad:Class __slots__ should be a non-string iterable
+single-string-used-for-slots:54:0:SeventhBad:Class __slots__ should be a non-string iterable
+single-string-used-for-slots:57:0:EighthBad:Class __slots__ should be a non-string iterable
+class-variable-slots-conflict:85:17:ValueInSlotConflict:Value 'first' in slots conflicts with class variable
+class-variable-slots-conflict:85:45:ValueInSlotConflict:Value 'fourth' in slots conflicts with class variable
+class-variable-slots-conflict:85:36:ValueInSlotConflict:Value 'third' in slots conflicts with class variable