]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_tools_postcodes.py
reorganize and complete tests around generic token analysis
[nominatim.git] / test / python / test_tools_postcodes.py
index 7d98c452f9bde4abe780dc6d5b4693837194f359..a34157690c8bd9350fe1881b442abdc970c4fdde 100644 (file)
@@ -114,7 +114,6 @@ def test_postcodes_ignore_empty_country(dsn, postcode_table, tmp_path,
                                         insert_implicit_postcode, tokenizer):
     insert_implicit_postcode(1, None, 'POINT(10 12)', dict(postcode='AB 4511'))
     postcodes.update_postcodes(dsn, tmp_path, tokenizer)
-    print(postcode_table.row_set)
     assert not postcode_table.row_set