started operations
This commit is contained in:
@@ -301,6 +301,7 @@ class TestDAGComplexScenarios:
|
||||
g["foo"] -= {"bar"}
|
||||
assert len(g["foo"]) == 2
|
||||
assert "bar" not in g["foo"]
|
||||
assert set(g["foo"]) == {"baz", "d"}
|
||||
|
||||
def test_type_hints_with_ints(self) -> None:
|
||||
g = DAG[int]()
|
||||
|
||||
Reference in New Issue
Block a user