]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
extend BDD API tests to query via Python frameworks
[nominatim.git] / test / bdd / environment.py
index 7a7b943d8e6af050fc6d9e8f89b9ceda9b1fc26f..305c88e962ef7c5be4962dca233276e0e7646f24 100644 (file)
@@ -28,6 +28,7 @@ userconfig = {
     'SERVER_MODULE_PATH' : None,
     'TOKENIZER' : None, # Test with a custom tokenizer
     'STYLE' : 'extratags',
+    'API_ENGINE': 'php',
     'PHPCOV' : False, # set to output directory to enable code coverage
 }