test updates
This commit is contained in:
@@ -34,10 +34,6 @@ class TestDAGSetInit:
|
||||
s = DAGSetView(None)
|
||||
assert len(s) == 0
|
||||
|
||||
def test_from_invalid_type(self) -> None:
|
||||
with pytest.raises(TypeError):
|
||||
DAGSetView(42) # type: ignore
|
||||
|
||||
|
||||
class TestDAGSetBasicOps:
|
||||
"""Test basic set operations."""
|
||||
|
||||
Reference in New Issue
Block a user