[pgadmin-hackers] pgAdmin 4 commit: Replace the template selection feature test withone - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Replace the template selection feature test withone
Date
Msg-id E1cr1DB-0004Jb-F7@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace the template selection feature test with one that tests table DDL generation (which also covers template
selection).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe9bc379c7d03c9dee632fb7c1a2ac2eef315371
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
.../feature_tests/table_ddl_feature_test.py        | 49 ++++++++++++++++++
.../template_selection_feature_test.py             | 58 ----------------------
web/regression/feature_utils/pgadmin_page.py       |  5 +-
3 files changed, 53 insertions(+), 59 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Support generation of DDL for tables in GreenplumDB.
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][patch] Show DDL for Greenplum Tables RM #2261