Hi,
Please find the attached patch to fix #2486: Feature tests use SQLITE_PATH
instead of TEST_SQLITE_PATH.
While running the feature tests, the separate process of the app does not
honour the config settings which are in runtests.py file.
Fix:
As per Dave, no need to set TESTING_MODE in config rather set environment
variable PGADMIN_TESTING_MODE to check the testing status and accordingly
set the TEST_SQLITE_PATH (i.e. Database path for testing).
Thanks,
Khushboo