[pgadmin-hackers] pgAdmin 4 commit: Ensure the feature tests use the correct testsetting

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Ensure the feature tests use the correct testsetting
Дата
Msg-id E1dLnNu-000522-46@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure the feature tests use the correct test settings database. Fixes #2486

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ee555e4687dcd94cc054738076b4cb78999e81c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/config.py              | 2 --
web/pgadmin/__init__.py    | 5 +++++
web/regression/runtests.py | 5 ++++-
web/setup.py               | 3 ++-
4 files changed, 11 insertions(+), 4 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python34 #173
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed #2486: Feature testsuse SQLITE_PATH instead of TEST_SQLITE_PATH.