From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Update role and tablespace tests to cleanup properly |
Date: | 2016-09-26 13:03:02 |
Message-ID: | E1boVYk-0006JA-Ie@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)gadakh(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-09-26 13:07:31 | Re: pgAdmin IV: Code changes in roles and tablespaces test cases |
Previous Message | Dave Cramer | 2016-09-26 12:54:13 | REL9_6_STABLE configure does not fail when bison or flex not on the system |