[pgAdmin4][Patch]: Fixed #2486: Feature tests use SQLITE_PATH instead of TEST_SQLITE_PATH.

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Fixed #2486: Feature tests use SQLITE_PATH instead of TEST_SQLITE_PATH.
Date: 2017-06-15 12:24:52
Message-ID: CAFOhELdRaUfQeQ-+hwhcL+9XFbxdy84hwx1mSEmpDdYhp0rdzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM_2486.patch text/x-patch 1.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sarah McAlear 2017-06-15 13:33:51 Re: [patch] History Detail Pane
Previous Message Surinder Kumar 2017-06-15 11:25:15 Re: pgAdmin 4 commit: Use a more sensible name for Query Tool tabs. Fixes #