]> git.openstreetmap.org Git - nominatim.git/commit
adapt tests to new dotenv environment
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Dec 2020 10:46:01 +0000 (11:46 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
commitd97aed87411fad81eb93fd14a58bb22fdc16dd59
tree84aeb94e4df7387598472032e39b2fbc81394065
parent06d89e1d470c2b95dee7925dca25643a6afc9882
adapt tests to new dotenv environment

DB tests now can simply set the environment to change configuration
variables. API tests still rely on a configuration file.

Also, query.php needs to set up the CONST_* variables to work with
the query scripts. That is a tiny bit messy and duplicates code
but this part will need to be reworked later.
lib/setup/SetupClass.php
test/bdd/environment.py
test/bdd/steps/queries.py
utils/query.php