]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
make sure old data gets deleted on place type change
[nominatim.git] / test / bdd / environment.py
index 30ea30a261c873cd10fecf334ce1dca9a5d90cf6..f179c8f13da343283b0aaf4deb855587a471cd6f 100644 (file)
@@ -20,6 +20,7 @@ userconfig = {
     'API_TEST_DB' : 'test_api_nominatim',
     'API_TEST_FILE'  : (TEST_BASE_DIR / 'testdb' / 'apidb-test-data.pbf').resolve(),
     'SERVER_MODULE_PATH' : None,
+    'TOKENIZER' : None, # Test with a custom tokenizer
     'PHPCOV' : False, # set to output directory to enable code coverage
 }