]> git.openstreetmap.org Git - nominatim.git/history - test/python/conftest.py
move SearchDescription building into tokens
[nominatim.git] / test / python / conftest.py
2021-07-05 Sarah HoffmannMerge pull request #2371 from lonvia/increase-python...
2021-07-05 Sarah HoffmannMerge pull request #2381 from lonvia/reorganise-abbrevi...
2021-07-04 Sarah Hoffmanncomplete tests for icu tokenizer
2021-05-22 Sarah HoffmannMerge pull request #2342 from lonvia/icu-tokenizer-ci
2021-05-20 Sarah HoffmannMerge pull request #2341 from lonvia/cleanup-python...
2021-05-19 Sarah Hoffmanntest: fix linting errors
2021-05-19 Sarah Hoffmanntest: more use of table_factory
2021-05-19 Sarah Hoffmanntest: avoid use of tempfile module
2021-05-19 Sarah Hoffmanntest: use src_dir fixture instead of self-computed...
2021-05-19 Sarah Hoffmanntest: replace raw execute() with fixture code where...
2021-05-19 Sarah Hoffmanntest: use table_rows() and execute_values() where possible
2021-05-19 Sarah Hoffmanntest: move Testingcursor into separate class
2021-05-18 Sarah HoffmannMerge pull request #2336 from lonvia/do-not-mask-error...
2021-05-18 Sarah Hoffmanndo not hide errors when importing tokenizer
2021-05-17 AntoJvltResolve conflicts
2021-05-13 Sarah HoffmannMerge pull request #2324 from lonvia/generic-external...
2021-05-13 Sarah Hoffmannadd and extend tests for new postcode handling
2021-05-03 Sarah HoffmannMerge pull request #2305 from lonvia/tokenizer
2021-04-30 Sarah Hoffmannmove default country name creation to tokenizer
2021-04-30 Sarah Hoffmannmove postcode normalization into tokenizer
2021-04-30 Sarah Hoffmannrequire tokeinzer for indexer
2021-04-30 Sarah Hoffmannmove word table and normalisation SQL into tokenizer
2021-04-30 Sarah Hoffmannintroduce tokenizer modules
2021-04-19 Sarah HoffmannMerge pull request #2282 from lonvia/add-paths-to-config
2021-04-19 Sarah Hoffmannsimplify constructor for SQL preprocessor
2021-04-19 Sarah Hoffmannsimplify interface for adding tiger data
2021-04-19 Sarah HoffmannMerge pull request #2281 from changpingc/changping...
2021-04-16 Sarah HoffmannMerge pull request #2277 from lonvia/update-osm2pgsql
2021-04-16 Sarah HoffmannMerge pull request #2276 from lonvia/port-country-code...
2021-04-16 Sarah Hoffmannadd test for new postcode import function
2021-03-29 Sarah HoffmannMerge pull request #2228 from AntoJvlt/import-special...
2021-03-25 AntoJvltEncapsulation of tools/special_phrases.py into SpecialP...
2021-03-12 Sarah HoffmannMerge pull request #2213 from lonvia/tweak-search-weights
2021-03-11 Sarah HoffmannMerge pull request #2204 from darkshredder/tiger-data
2021-03-11 DarkshredderAdded fixture for sql_preprocessor and fixed some issues
2021-02-27 Sarah HoffmannMerge pull request #2186 from lonvia/port-import-to...
2021-02-26 Sarah Hoffmannmove setup function to python
2021-02-25 Sarah Hoffmannport wikipedia importance functions to python
2021-02-25 Sarah Hoffmannmove import-data option to native python
2021-02-25 Sarah Hoffmannport database setup function to python
2021-02-25 Sarah Hoffmannconvert connect() into a context manager
2021-02-22 Sarah HoffmannMerge pull request #2181 from lonvia/port-more-tool...
2021-02-17 Sarah Hoffmannport freeze function to python
2021-02-12 Sarah HoffmannMerge pull request #2164 from lonvia/add-make-install
2021-02-08 Sarah Hoffmannintegrate analyse of indexing into nominatim tool
2021-02-01 Sarah HoffmannMerge pull request #2155 from lonvia/port-regresh-to...
2021-01-30 Sarah Hoffmannport replication update function to python
2021-01-26 Sarah Hoffmannport replication initialisation to Python
2021-01-26 Sarah Hoffmannport address level computation to Python
2021-01-21 Sarah HoffmannMerge pull request #2147 from lonvia/tests-for-python...
2021-01-20 Sarah Hoffmanncli indexer tests need a fake database
2021-01-15 Sarah HoffmannMerge pull request #2139 from lonvia/add-pytest
2021-01-15 Sarah Hoffmannadd initial pytest test for Configuration