pgAdmin 4 commit: Replace the template selection feature test with one

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace the template selection feature test with one
Date: 2017-03-23 11:47:25
Message-ID: E1cr1DB-0004Jb-F7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pivotal(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-23 11:49:42 Re: [patch] Show DDL for Greenplum Tables RM #2261
Previous Message Dave Page 2017-03-23 11:40:10 pgAdmin 4 commit: Support generation of DDL for tables in Greenplum DB.