X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6f6910101e495cb7dbda2a295645f6174fce6a54..b5540dc35c35c7fa8f01979e972ca429b0b521fb:/test/python/conftest.py diff --git a/test/python/conftest.py b/test/python/conftest.py index 4b9749c0..d0fdc569 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -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