bdd: remove support for scenes

Only keep support for the special point geometry 'country:xx'.
This commit is contained in:
Sarah Hoffmann
2022-06-17 10:06:56 +02:00
parent 6c58a4c46c
commit d8623d6818
23 changed files with 16 additions and 1455 deletions

View File

@@ -50,7 +50,6 @@ def before_scenario(context, scenario):
context.nominatim.setup_api_db()
elif 'UNKNOWNDB' in context.tags:
context.nominatim.setup_unknown_db()
context.scene = None
def after_scenario(context, scenario):
if 'DB' in context.tags: