]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
initial flex import scripts
[nominatim.git] / test / bdd / environment.py
index c11a2c8cdbeef9a274782dd158daf448348abb41..7a7b943d8e6af050fc6d9e8f89b9ceda9b1fc26f 100644 (file)
@@ -27,6 +27,7 @@ userconfig = {
     'API_TEST_FILE'  : (TEST_BASE_DIR / 'testdb' / 'apidb-test-data.pbf').resolve(),
     'SERVER_MODULE_PATH' : None,
     'TOKENIZER' : None, # Test with a custom tokenizer
+    'STYLE' : 'extratags',
     'PHPCOV' : False, # set to output directory to enable code coverage
 }