]> git.openstreetmap.org Git - nominatim.git/commit
bdd: import API test DB as part of step setup
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Jan 2021 10:51:38 +0000 (11:51 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Jan 2021 10:51:38 +0000 (11:51 +0100)
commitee18a511c60f385732dd214e31a1b236a0e9b953
tree56fa2d93d9072d3b2af2fd1f1f9e45917dbe271c
parentda20881096fb4f38ed0226279f4ce1cf6f95e94f
bdd: import API test DB as part of step setup

In the future, the BDD tests will simply set up the required
test database themselves. Like with the template database, it
is not reimported when it already exists unless that is explicitly
forced.

Makes most of the API tests currently fail because they still
point to old test data.
test/bdd/environment.py
test/bdd/steps/nominatim_environment.py