bdd: recreate project directory for every run

This commit is contained in:
Sarah Hoffmann 2022-12-23 18:36:41 +01:00
parent 200eae3bc0
commit 018ef5bd53

View File

@ -89,11 +89,6 @@ class NominatimEnvironment:
if self.db_pass:
dsn += ';password=' + self.db_pass
if self.website_dir is not None \
and self.test_env is not None \
and dsn == self.test_env['NOMINATIM_DATABASE_DSN']:
return # environment already set uo
self.test_env = dict(self.default_config)
self.test_env['NOMINATIM_DATABASE_DSN'] = dsn
self.test_env['NOMINATIM_LANGUAGES'] = 'en,de,fr,ja'