]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/README.md
lonvia PR feedback
[nominatim.git] / test / README.md
index 5de08759532fb962cefb5d1afc87331d8576f777..1f7a33ca47f5b1c5d4ca541a4113ec860733da82 100644 (file)
@@ -51,8 +51,8 @@ To execute the test suite run
 It will read phpunit.xml which points to the library, test path, bootstrap
 strip and set other parameters.
 
-The database set by `UNIT_TEST_DSN` will be deleted and recreated. Not setting
-it will skip some tests as pending, but not fail the tests.
+It will use (and destroy) a local database 'nominatim_unit_tests'. You can set
+a different connection string with e.g. UNIT_TEST_DSN='pgsql:dbname=foo_unit_tests'.
 
 BDD Functional Tests
 ====================