X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/94fa7162be678dc74c1a5516e22916122ba66bbb..e2329c03fed8cdf56c19f6bfda7b16f3b2a5e3fc:/test/python/test_tools_exec_utils.py diff --git a/test/python/test_tools_exec_utils.py b/test/python/test_tools_exec_utils.py index a4eef61f..26a714f3 100644 --- a/test/python/test_tools_exec_utils.py +++ b/test/python/test_tools_exec_utils.py @@ -99,3 +99,12 @@ def test_run_api_with_extra_env(tmp_project_dir): extra_env = dict(SCRIPT_FILENAME=str(tmp_project_dir / 'website' / 'test.php')) assert 0 == exec_utils.run_api_script('badname', tmp_project_dir, extra_env=extra_env) + + +### run_osm2pgsql + +def test_run_osm2pgsql(): + exec_utils.run_osm2pgsql(dict(osm2pgsql='echo', append=False, flatnode_file=None, + dsn='dbname=foobar', threads=1, osm2pgsql_cache=500, + osm2pgsql_style='./my.style', + import_file='foo.bar'))