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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Various improvements to the regression tests,notably
Date
Msg-id E1cQDMR-0004oi-6M@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Improve consistency of dialogue controls offered.Fix
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] pgAdmin IV: Minor code changes in API test cases