]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
add migration for configurable tokenizer
[nominatim.git] / test / python / conftest.py
index 4b9749c01f4c2f2d9159f30fc53961107705ce90..d0fdc5690fe0462bf73d9d4505ff2c2e85b36084 100644 (file)
@@ -144,6 +144,11 @@ def tmp_phplib_dir():
 
         yield Path(phpdir)
 
+
+@pytest.fixture
+def property_table(table_factory):
+    table_factory('nominatim_properties', 'property TEXT, value TEXT')
+
 @pytest.fixture
 def status_table(temp_db_conn):
     """ Create an empty version of the status table and