]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/dummy_tokenizer.py
add and extend tests for new postcode handling
[nominatim.git] / test / python / dummy_tokenizer.py
index 6352a644c9988d52ea187634c10519642caa7cc6..8402e160bd76829dc21538ed4581b66af0ba866e 100644 (file)
@@ -51,6 +51,9 @@ class DummyNameAnalyzer:
     def close(self):
         pass
 
+    def normalize_postcode(self, postcode):
+        return postcode
+
     def add_postcodes_from_db(self):
         pass