First implementation of services and basic injection. Not working with CLI for now.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
import pytest
|
||||
|
||||
import bonobo as bb
|
||||
import bonobo.basics
|
||||
|
||||
|
||||
@pytest.mark.timeout(2)
|
||||
def test_run_graph_noop():
|
||||
graph = bb.Graph(bb.noop)
|
||||
graph = bb.Graph(bonobo.basics.noop)
|
||||
assert len(graph) == 1
|
||||
|
||||
result = bb.run(graph, strategy='threadpool')
|
||||
|
||||
Reference in New Issue
Block a user