Skip to content

Commit

Permalink
fixing nominatim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wschuell committed Nov 22, 2023
1 parent b62d37e commit e87d7af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/testmodule/test_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ def maindb():
location_list=["josefstadter str. 39", "wien", "ortaköy, istanbul"] * 10,
nominatim_host=None,
nominatim_user_agent="gis_fillers_test",
unsafe_nominatim=True,
),
),
(
generic_getters.AddressPointsGetter,
dict(
location_list=["josefstadter str. 39", "wien", "ortaköy, istanbul"] * 10,
nominatim_host=None,
nominatim_user_agent="gis_fillers_test",
unsafe_nominatim=False,
skippable=True,
),
),
(
Expand Down Expand Up @@ -129,6 +140,7 @@ def test_loc_solver(maindb):
resolver_args=dict(
nominatim_host=None,
nominatim_user_agent="gis_fillers_test",
unsafe_nominatim=True,
),
)
)
Expand Down

0 comments on commit e87d7af

Please sign in to comment.