]> git.openstreetmap.org Git - nominatim.git/commit
cli indexer tests need a fake database
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Jan 2021 19:24:39 +0000 (20:24 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Jan 2021 20:30:27 +0000 (21:30 +0100)
commit063a4cb403419b05f6d81b1cd8d78dad905ddb5c
tree30eaec4da1420332e782732f97bd059171428419
parent42ec67f63c36eb6317ec72b3071437d33d0ce3d0
cli indexer tests need a fake database

The Indexer constructor opens a connection to the given database.
test/python/conftest.py
test/python/test_cli.py
test/python/test_indexing.py