Skip to content

Commit fa4564a

Browse files
committed
test: added test case for negative indexing into an attribute value list
1 parent e41885a commit fa4564a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_attribute_value_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def test_getitem_invalid_index(items: AVL):
174174
items[RuntimeError] # type: ignore
175175

176176

177-
@mark.skip("not implemented yet")
178177
def test_getitem_negative_indexing(items: AVL):
179178
items = items[:]
180179
items._extend_length_by(1)

0 commit comments

Comments
 (0)