]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_db_utils.py
port database setup function to python
[nominatim.git] / test / python / test_db_utils.py
index b2586ed0d34b5f9a0454701f4e370cae2a28f72a..1c3b834a6727f0befbf9f85edca30bce98383f44 100644 (file)
@@ -26,6 +26,7 @@ def test_execute_file_bad_file(dsn, tmp_path):
     with pytest.raises(FileNotFoundError):
         db_utils.execute_file(dsn, tmp_path / 'test2.sql')
 
+
 def test_execute_file_bad_sql(dsn, tmp_path):
     tmpfile = tmp_path / 'test.sql'
     tmpfile.write_text('CREATE STABLE test (id INT)')