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 09738fd commit deb3230Copy full SHA for deb3230
tests/test_attributes.py
@@ -67,4 +67,5 @@ def test_del_works() -> None:
67
assert dict(z.attrs) == {}
68
z.update_attributes({"a": [3, 4], "c": 4})
69
del z.attrs["a"]
70
+ assert "a" not in z.attrs
71
assert "c" in z.attrs
0 commit comments