add tests for new arm and export Python functions

This commit is contained in:
Sarah Hoffmann
2023-07-26 11:09:52 +02:00
parent d545c6d73c
commit 9448c5e16f
5 changed files with 163 additions and 47 deletions

View File

@@ -46,7 +46,7 @@ class DummyTokenizer:
@pytest.fixture
def cli_call(src_dir):
def cli_call():
""" Call the nominatim main function with the correct paths set.
Returns a function that can be called with the desired CLI arguments.
"""