]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
ICU: matching any street name will do again
[nominatim.git] / test / bdd / environment.py
index f179c8f13da343283b0aaf4deb855587a471cd6f..2c27716586fd1752730421c8e043ab8b1b4aced3 100644 (file)
@@ -49,3 +49,9 @@ def before_scenario(context, scenario):
 def after_scenario(context, scenario):
     if 'DB' in context.tags:
         context.nominatim.teardown_db(context)
+
+
+def before_tag(context, tag):
+    if tag == 'fail-legacy':
+        if context.config.userdata['TOKENIZER'] in (None, 'legacy'):
+            context.scenario.skip("Not implemented in legacy tokenizer")