X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86d90bc46005c00f2367ad759804f528adc4c6a5..635006b19b3086baf3b8c20034c797bb29c528d4:/tests/README.md?ds=sidebyside diff --git a/tests/README.md b/tests/README.md index 2e8cfa22..0e4c269b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -21,7 +21,7 @@ Usage * get prerequisites - [sudo] pip install lettuce nose pytidylib haversine + [sudo] pip install lettuce nose pytidylib haversine psycopg2 * run the tests @@ -40,6 +40,10 @@ The tests can be configured with a set of environment variables: the next run. This speeds up tests considerably but might lead to outdated errors for some changes in the database layout. + * `NOMINATIM_KEEP_SCENARIO_DB` - if defined, the test database will not be + dropped after a test is finished. Should + only be used if one single scenario is run, + otherwise the result is undefined. * `LOGLEVEL` - set to 'debug' to get more verbose output (only works properly when output to a logfile is configured) * `LOGFILE` - sends debug output to the given file