From 19f67e167cf7c58ebb551ae56639a6184ee6861f Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 16 Jun 2022 21:59:35 +0200 Subject: [PATCH] bdd: remove step for scene setup --- test/bdd/steps/steps_osm_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/bdd/steps/steps_osm_data.py b/test/bdd/steps/steps_osm_data.py index d6945387..94f72796 100644 --- a/test/bdd/steps/steps_osm_data.py +++ b/test/bdd/steps/steps_osm_data.py @@ -47,10 +47,6 @@ def write_opl_file(opl, grid): return fd.name -@given(u'the scene (?P.+)') -def set_default_scene(context, scene): - context.scene = scene - @given(u'the ([0-9.]+ )?grid(?: with origin (?P.*))?') def define_node_grid(context, grid_step, origin): """ -- 2.39.5