pgAdmin 4 commit: Make the query tool datatype test easily configurable

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the query tool datatype test easily configurable
Date: 2017-12-18 15:10:51
Message-ID: E1eQx47-0006N6-6k@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-18 15:11:03 Re: Enums printout - possible bug
Previous Message Harshal Dhumal 2017-12-18 14:24:23 Re: Enums printout - possible bug