We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae79996 commit 7f4d9e3Copy full SHA for 7f4d9e3
1 file changed
test/tests.py
@@ -55,6 +55,18 @@
55
assert prop2.id() == 1
56
# Adding the same instance returns the previous copy
57
assert f2.add(prop) == prop2
58
+f2.remove(f2[1])
59
+try:
60
+ print(prop2)
61
+ assert False
62
+except:
63
+ assert True
64
65
+ f2[1]
66
67
68
69
+
70
71
# A recursively obtained python dictionary representation
72
# matches for copied instances as well
0 commit comments