]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_tools_import_special_phrases.py
Add tests for the new SPWikiLoader and SPCsvLoader
[nominatim.git] / test / python / test_tools_import_special_phrases.py
index 4cdfe92131603ceb4090f55ad1b5de8635fb9003..6f451ade72106853442e9b65c80d6613399fef2f 100644 (file)
@@ -185,7 +185,7 @@ def test_remove_non_existent_tables_from_db(sp_importer, default_phrases,
             tables_result[0][0] == 'place_classtype_testclasstypetable_to_keep'
         )
 
-def test_import_from_wiki(monkeypatch, temp_db_conn, def_config, sp_importer,
+def test_import_phrases(monkeypatch, temp_db_conn, def_config, sp_importer,
                           placex_table, tokenizer_mock):
     """
         Check that the main import_phrases() method is well executed.