pgAdmin 4 commit: Add feature tests to ensure that data types are prope

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add feature tests to ensure that data types are prope
Date: 2017-05-26 14:47:03
Message-ID: E1dEGW7-0005Mf-Ob@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add feature tests to ensure that data types are properly rendered in the query tool.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3216eca4a8091a9a4a50674c6eb2543324ea90a6
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../feature_tests/pg_datatype_validation_test.py | 125 +++++++++++++++++++++
web/regression/feature_utils/pgadmin_page.py | 11 +-
2 files changed, 135 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-26 14:47:41 Re: [pgAdmin4][Patch]: Feature test for PG Data-types in Query Tool
Previous Message Dave Page 2017-05-26 14:35:52 Re: [pgAdmin4][PATCH] Improvements to Query Results Grid User Experience