pgAdmin 4 commit: Make the query tool datatype test easilyconfigurable - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Make the query tool datatype test easilyconfigurable
Date
Msg-id E1eQx47-0006N6-6k@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Make the query tool datatype test easily configurable and extendable and add support for multi-dimensional arrays and
enums.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88bcd3b5129db88975421e26c1bf188daf4892f9
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/datatype_test.json       | 173 +++++++++++++++++
.../feature_tests/pg_datatype_validation_test.py   | 204 ++++++++++++++++-----
web/regression/feature_utils/pgadmin_page.py       |  13 ++
web/regression/python_test_utils/test_utils.py     |  18 ++
4 files changed, 359 insertions(+), 49 deletions(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: Enums printout - possible bug
Next
From: Dave Page
Date:
Subject: Re: Enums printout - possible bug