formating, better consistency in readers, ability to read files from http (fast and dirty).

This commit is contained in:
Romain Dorgueil
2017-02-12 08:10:22 +01:00
parent 9dab39a474
commit b035bdea32
33 changed files with 203 additions and 158 deletions

View File

@ -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')