]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_tools_exec_utils.py
add unit tests for new check_database code
[nominatim.git] / test / python / test_tools_exec_utils.py
index ef1b46e286b9d9b7ac9383751c017a575a0b7dc4..283f486a9367fe40ac59aad79a628886d9c8a877 100644 (file)
@@ -23,6 +23,8 @@ def nominatim_env(tmp_phplib_dir, def_config):
         phplib_dir = tmp_phplib_dir
         data_dir = Path('data')
         project_dir = Path('.')
+        sqllib_dir = Path('lib-sql')
+        config_dir = Path('settings')
         module_dir = 'module'
         osm2pgsql_path = 'osm2pgsql'