kuroko/test/testDel.krk.expect

17 lines
369 B
Plaintext
Raw Normal View History

2021-01-14 10:00:43 +03:00
False
True
True
False
False
False
[1, 3, 4, 5]
[1, 3, 4]
list index out of range: 3
2021-02-14 09:03:41 +03:00
['__class__', '__str__', '__dir__', '__repr__', '__hash__', 'baz', 'qux']
2021-01-14 10:00:43 +03:00
42
2021-02-14 09:03:41 +03:00
['__class__', '__str__', '__dir__', '__repr__', '__hash__', 'qux']
2021-01-14 10:00:43 +03:00
hi
'object' object has no attribute 'baz'
2021-02-14 09:03:41 +03:00
['__class__', '__str__', '__dir__', '__repr__', '__hash__']
2021-01-14 10:00:43 +03:00
'object' object has no attribute 'bar'