move lua scripts into a separate directory

This commit is contained in:
Sarah Hoffmann
2024-12-05 15:19:36 +01:00
parent 639630d5fe
commit 4760e8341b
17 changed files with 14 additions and 9 deletions

View File

@@ -222,7 +222,7 @@ def test_get_import_style_intern(make_config, src_dir, monkeypatch):
monkeypatch.setenv('NOMINATIM_IMPORT_STYLE', 'street')
expected = src_dir / 'settings' / 'import-street.lua'
expected = src_dir / 'lib-lua' / 'import-street.lua'
assert config.get_import_style_file() == expected