Nominatim/test/bdd
Sarah Hoffmann 9397bf54b8 introduce external processing in indexer
Indexing is now split into three parts: first a preparation step
that collects the necessary information from the database and
returns it to Python. In a second step the data is transformed
within Python as necessary and then returned to the database
through the usual UPDATE which now not only sets the indexed_status
but also other fields. The third step comprises the address
computation which is still done inside the update trigger in
the database.

The second processing step doesn't do anything useful yet.
2021-04-30 11:30:51 +02:00
..
api reverse: do not prefer interpolations over closer housenumbers 2021-03-15 10:50:04 +01:00
db add tests for different scripts 2021-04-26 23:01:06 +02:00
osm2pgsql remove osm2pgsql tag tests 2020-01-04 16:23:29 +01:00
steps introduce external processing in indexer 2021-04-30 11:30:51 +02:00
.behaverc add behave settings 2017-02-26 16:46:41 +01:00
environment.py bdd: directly call utility scripts in lib 2021-01-14 18:19:22 +01:00