The step has nothing to do with the database.
################################ GIVEN ##################################
-@given(u'the scene (?P<scene>.+)')
-def set_default_scene(context, scene):
- context.scene = scene
-
@given("the (?P<named>named )?places")
def add_data_to_place_table(context, named):
with context.db.cursor() as cur:
return fd.name
+@given(u'the scene (?P<scene>.+)')
+def set_default_scene(context, scene):
+ context.scene = scene
+
@given(u'the ([0-9.]+ )?grid')
def define_node_grid(context, grid_step):
"""