[pgadmin-hackers] pgAdmin 4 commit: Various improvements to the regression tests,notably

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Various improvements to the regression tests,notably
Дата
Msg-id E1cQDMR-0004oi-6M@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Various improvements to the regression tests, notably avoiding use of signals unavailable on Windows.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1325b30e0bcbfd951ded5ba754813251621604e2
Author: Navnath Gadakh <navnath.gadakh@enterprisedb.com>

Modified Files
--------------
.../schemas/packages/tests/test_package_add.py     |  4 ++--
.../schemas/packages/tests/test_package_delete.py  |  4 ++--
.../schemas/packages/tests/test_package_get.py     |  4 ++--
.../schemas/packages/tests/test_package_put.py     |  4 ++--
.../schemas/synonyms/tests/test_synonym_add.py     |  4 ++--
.../schemas/synonyms/tests/test_synonym_delete.py  |  4 ++--
.../schemas/synonyms/tests/test_synonym_get.py     |  4 ++--
.../schemas/synonyms/tests/test_synonym_put.py     |  4 ++--
.../servers/databases/tests/test_db_get.py         | 23 +++++++++++-----------
.../servers/databases/tests/test_db_put.py         |  8 ++++----
.../tests/test_resource_groups_add.py              |  4 ++--
.../tests/test_resource_groups_delete.py           |  4 ++--
.../tests/test_resource_groups_put.py              |  4 ++--
.../tests/tests_resource_groups_get.py             |  4 ++--
web/regression/runtests.py                         | 11 +++++++----
15 files changed, 46 insertions(+), 44 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Improve consistency of dialogue controls offered.Fix
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] pgAdmin IV: Minor code changes in API test cases