Nominatim/test/python
Sarah Hoffmann 1db098c05d reinstate word column in icu word table
Postgresql is very bad at creating statistics for jsonb
columns. The result is that the query planer tends to
use JIT for queries with a where over 'info' even when
there is an index.
2021-07-28 11:31:47 +02:00
..
conftest.py complete tests for icu tokenizer 2021-07-04 10:28:20 +02:00
cursor.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
dummy_tokenizer.py test: fix linting errors 2021-05-19 23:07:39 +02:00
mock_icu_word_table.py reinstate word column in icu word table 2021-07-28 11:31:47 +02:00
mock_legacy_word_table.py adapt unit test for new word table 2021-07-28 11:31:47 +02:00
mocks.py adapt unit test for new word table 2021-07-28 11:31:47 +02: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 test: fix linting errors 2021-05-19 23:07:39 +02:00
test_cli.py adapt cli tests to Python port for add-data 2021-07-26 10:41:37 +02:00
test_config.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_db_async_connection.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_db_connection.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_db_properties.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_db_sql_preprocessor.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_db_status.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_db_utils.py convert word info column to json before copying 2021-07-28 11:31:47 +02:00
test_indexing.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tokenizer_factory.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tokenizer_icu_name_processor.py limit the number of variants that can be produced 2021-07-04 10:28:28 +02:00
test_tokenizer_icu_rule_loader.py switch to a more flexible variant description format 2021-07-04 10:28:20 +02:00
test_tokenizer_legacy_icu.py adapt unit test for new word table 2021-07-28 11:31:47 +02:00
test_tokenizer_legacy.py update unit tests for adapted abbreviation code 2021-07-04 10:28:20 +02:00
test_tools_admin.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_check_database.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_database_import.py update unit tests for adapted abbreviation code 2021-07-04 10:28:20 +02:00
test_tools_exec_utils.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_freeze.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_import_special_phrases.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_postcodes.py Improved performance of the postcodes query and some code cleaning 2021-06-12 15:46:08 +02:00
test_tools_refresh_address_levels.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_refresh_create_functions.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_refresh_setup_website.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_refresh.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_replication.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_sp_csv_loader.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_sp_wiki_loader.py test: fix linting errors 2021-05-19 23:07:39 +02:00
test_tools_tiger_data.py test: fix linting errors 2021-05-19 23:07:39 +02:00