1 # SPDX-License-Identifier: GPL-2.0-only
3 # This file is part of Nominatim. (https://nominatim.org)
5 # Copyright (C) 2022 by the Nominatim developer community.
6 # For a full list of authors see the git log.
8 Helper fixtures for API call tests.
10 from pathlib import Path
14 from nominatim.api import NominatimAPI
18 """ Create an asynchronous SQLAlchemy engine for the test DB.
20 api = NominatimAPI(Path('/invalid'), {})