[pgadmin-hackers] [pgAdmin4][Patch]: Fixed #2486: Feature tests use SQLITE_PATH insteadof TEST_SQLITE_PATH. - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject [pgadmin-hackers] [pgAdmin4][Patch]: Fixed #2486: Feature tests use SQLITE_PATH insteadof TEST_SQLITE_PATH.
Date
Msg-id CAFOhELdRaUfQeQ-+hwhcL+9XFbxdy84hwx1mSEmpDdYhp0rdzg@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed #2486: Feature testsuse SQLITE_PATH instead of TEST_SQLITE_PATH.
List pgadmin-hackers
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

Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgadmin-hackers] pgAdmin 4 commit: Use a more sensible name forQuery Tool tabs. Fixes #
Next
From: Sarah McAlear
Date:
Subject: Re: [pgadmin-hackers][patch] History Detail Pane