Nominatim/test/python
Sarah Hoffmann af968d4903 introduce tokenizer modules
This adds the boilerplate for selecting configurable tokenizers.
A tokenizer can be chosen at import time and will then install
itself such that it is fixed for the given database import even
when the software itself is updated.

The legacy tokenizer implements Nominatim's traditional algorithms.
2021-04-30 11:29:57 +02:00
..
conftest.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
dummy_tokenizer.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
mocks.py introduce custom object for cmdline arguments 2021-02-25 18:42:54 +01:00
sample.tar.gz Encapsulation of tools/special_phrases.py into SpecialPhrasesImporter class and add new tests. 2021-03-25 21:13:57 +01:00
test_cli_replication.py introduce custom object for cmdline arguments 2021-02-25 18:42:54 +01:00
test_cli.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
test_config.py remove unused import 2021-03-01 09:26:08 +01:00
test_db_async_connection.py improve deadlock detection for various versions of psycopg2 2021-02-25 18:11:16 +01:00
test_db_connection.py save software version in the database 2021-03-01 20:35:15 +01:00
test_db_properties.py save software version in the database 2021-03-01 20:35:15 +01:00
test_db_sql_preprocessor.py Added fixture for sql_preprocessor and fixed some issues 2021-03-11 15:39:17 +05:30
test_db_status.py replace usages of fromisoformat() with strptime() 2021-04-23 22:50:08 +02:00
test_db_utils.py port wikipedia importance functions to python 2021-02-25 18:42:54 +01:00
test_indexing.py factor out async connection handling into separate class 2021-04-20 14:08:37 +02:00
test_tokenizer_factory.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
test_tokenizer_legacy.py introduce tokenizer modules 2021-04-30 11:29:57 +02:00
test_tools_admin.py convert connect() into a context manager 2021-02-25 18:42:54 +01:00
test_tools_check_database.py move setup function to python 2021-02-26 15:02:39 +01:00
test_tools_database_import.py remove support for AUX housenumber tables 2021-04-30 10:08:29 +02:00
test_tools_exec_utils.py Encapsulation of tools/special_phrases.py into SpecialPhrasesImporter class and add new tests. 2021-03-25 21:13:57 +01:00
test_tools_freeze.py port freeze function to python 2021-02-17 21:43:15 +01:00
test_tools_import_special_phrases.py reorganization of folder/file for the special phrases importer 2021-04-25 17:57:42 +02:00
test_tools_postcodes.py add test for new postcode import function 2021-04-16 16:11:20 +02:00
test_tools_refresh_address_levels.py port wikipedia importance functions to python 2021-02-25 18:42:54 +01:00
test_tools_refresh_create_functions.py simplify sql and website creation functions 2021-04-19 10:53:30 +02:00
test_tools_refresh_setup_website.py simplify sql and website creation functions 2021-04-19 10:53:30 +02:00
test_tools_refresh.py add a function for the intial indexing run 2021-02-25 18:42:54 +01:00
test_tools_replication.py replace usages of fromisoformat() with strptime() 2021-04-23 22:50:08 +02:00
test_tools_tiger_data.py Fix: tiger-data tarfile test 2021-04-19 16:02:52 +05:30