We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9666ca5 commit e757d3eCopy full SHA for e757d3e
tests/test_node_iterators.py
@@ -56,7 +56,7 @@ def test_cycle_iterators(sample_graph):
56
def test_tasks_iterator_validation_error(graph, cycles, error):
57
with pytest.raises(error):
58
# noinspection PyTypeChecker
59
- TasksIterator(graph, cycles)
+ TasksIterator(graph=graph, cycles_removed=[], cycles=cycles)
60
61
def test_tasks_iterator(sample_graph):
62
graph, cycles_removed = decyclify(sample_graph, 'a')
0 commit comments