Support for link event, fix link not correctly deleted

This commit is contained in:
Julien Duponchelle
2016-05-18 18:37:18 +02:00
parent fa0af7f4a2
commit 54747ee618
12 changed files with 92 additions and 32 deletions

View File

@ -35,8 +35,8 @@ def compute():
@pytest.fixture
def node(compute):
project = Project(str(uuid.uuid4()))
def node(compute, controller):
project = Project(str(uuid.uuid4()), controller=controller)
node = Node(project, compute,
name="demo",
node_id=str(uuid.uuid4()),