]> git.openstreetmap.org Git - nominatim.git/commit
create a temporary project dir for tests
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Jan 2021 10:39:45 +0000 (11:39 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Jan 2021 10:39:45 +0000 (11:39 +0100)
commit4aba70caeef6f574e59ad05972ac4981d07ea26d
tree748c8e1c38aa819661a2a2c254c003d9a0648ebe
parent5e989b9296eca989acde165a4ff4b29e20cf5dfd
create a temporary project dir for tests

The project directory contains the website script as
configured through the test configuration. This means
that tests are now completely independet of any
configuration that may be contained in the build
directory.

Also removes the hack to inject additional settings via
a environment variable.
test/bdd/environment.py
test/bdd/steps/queries.py