]> git.openstreetmap.org Git - nominatim.git/history - test/python/conftest.py
test: move Testingcursor into separate class
[nominatim.git] / test / python / conftest.py
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