memgraph/tck_engine/steps/binary_tree.py
Matej Gradiček 1013c3eaee Refactored kpi service
Reviewers: buda

Reviewed By: buda

Subscribers: matej.gradicek

Differential Revision: https://phabricator.memgraph.io/D142
2017-03-20 13:17:37 +00:00

13 lines
254 B
Python

from behave import *
import graph
@given(u'the binary-tree-1 graph')
def step_impl(context):
graph.create_graph('binary-tree-1', context)
@given(u'the binary-tree-2 graph')
def step_impl(context):
graph.create_graph('binary-tree-2', context)