mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
remove old behave osm2pgsql BDD tests
This commit is contained in:
@@ -30,6 +30,7 @@ from utils.db import DBManager
|
||||
|
||||
from nominatim_db.config import Configuration
|
||||
|
||||
|
||||
def _strlist(inp):
|
||||
return [s.strip() for s in inp.split(',')]
|
||||
|
||||
@@ -94,7 +95,6 @@ def template_db(pytestconfig):
|
||||
return template_db
|
||||
|
||||
|
||||
|
||||
@when(step_parse(r'reverse geocoding (?P<lat>[\d.-]*),(?P<lon>[\d.-]*)'),
|
||||
target_fixture='nominatim_result')
|
||||
def reverse_geocode_via_api(test_config_env, pytestconfig, datatable, lat, lon):
|
||||
|
||||
Reference in New Issue
Block a user