Nominatim/test/python
Sarah Hoffmann af52eed0dd test: avoid use of tempfile module
Use the tmp_path fixture instead which provides automatic
cleanup.
2021-05-19 16:43:26 +02:00
..
conftest.py test: avoid use of tempfile module 2021-05-19 16:43:26 +02:00
cursor.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
dummy_tokenizer.py Resolve conflicts 2021-05-17 13:52:35 +02:00
mocks.py add and extend tests for new postcode handling 2021-05-13 14:15:42 +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: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_cli.py test: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_config.py test: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_db_async_connection.py use WorkerPool for Tiger data import 2021-05-13 20:36:50 +02:00
test_db_connection.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +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 move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
test_db_status.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_db_utils.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_indexing.py move postcode normalization into tokenizer 2021-04-30 11:30:51 +02:00
test_tokenizer_factory.py require tokeinzer for indexer 2021-04-30 11:30:51 +02:00
test_tokenizer_legacy_icu.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tokenizer_legacy.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_admin.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_check_database.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_database_import.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_exec_utils.py test: avoid use of tempfile module 2021-05-19 16:43:26 +02:00
test_tools_freeze.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_import_special_phrases.py test: avoid use of tempfile module 2021-05-19 16:43:26 +02:00
test_tools_postcodes.py ignore invalid coordinates in external postcodes 2021-05-13 14:15:42 +02:00
test_tools_refresh_address_levels.py test: use table_rows() and execute_values() where possible 2021-05-19 10:51:10 +02:00
test_tools_refresh_create_functions.py move default country name creation to tokenizer 2021-04-30 11:30:51 +02:00
test_tools_refresh_setup_website.py feat: Added reverse-only-search validation 2021-05-14 02:36:21 +05:30
test_tools_refresh.py test: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_tools_replication.py test: replace raw execute() with fixture code where possible 2021-05-19 12:11:04 +02:00
test_tools_sp_csv_loader.py test: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_tools_sp_wiki_loader.py test: use src_dir fixture instead of self-computed paths 2021-05-19 16:03:54 +02:00
test_tools_tiger_data.py adapt tests to new TIGER CSV format 2021-05-14 00:02:50 +02:00