mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
bdd: remove support for scenes
Only keep support for the special point geometry 'country:xx'.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user