pgAdmin 4 commit: Update role and tablespace tests to cleanup properly

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Update role and tablespace tests to cleanup properly
Дата
Msg-id E1boVYk-0006JA-Ie@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Update role and tablespace tests to cleanup properly following a failure.

Branch
------
master

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

Modified Files
--------------
.../servers/roles/tests/test_role_add.py           |  58 ++---
.../servers/roles/tests/test_role_delete.py        |  55 ++---
.../servers/roles/tests/test_role_get.py           |  63 ++---
.../servers/roles/tests/test_role_put.py           |  85 +++----
.../server_groups/servers/roles/tests/utils.py     | 194 +++++++--------
.../servers/tablespaces/tests/test_tbspc_add.py    |  76 +++---
.../servers/tablespaces/tests/test_tbspc_delete.py |  70 +++---
.../servers/tablespaces/tests/test_tbspc_get.py    |  87 +++----
.../servers/tablespaces/tests/test_tbspc_put.py    |  99 +++-----
.../servers/tablespaces/tests/utils.py             | 269 ++++++++-------------
web/regression/__init__.py                         |  41 ++--
web/regression/runtests.py                         |  37 +--
web/regression/test_utils.py                       |  88 +++----
13 files changed, 518 insertions(+), 704 deletions(-)


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: REL9_6_STABLE configure does not fail when bison or flex not on the system
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin IV: Code changes in roles and tablespaces test cases