formating, better consistency in readers, ability to read files from http (fast and dirty).
This commit is contained in:
@ -5,9 +5,7 @@ import bonobo as bb
|
||||
|
||||
@pytest.mark.timeout(2)
|
||||
def test_run_graph_noop():
|
||||
graph = bb.Graph(
|
||||
bb.noop
|
||||
)
|
||||
graph = bb.Graph(bb.noop)
|
||||
assert len(graph) == 1
|
||||
|
||||
result = bb.run(graph, strategy='threadpool')
|
||||
|
||||
Reference in New Issue
Block a user