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

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Replace the template selection feature test withone
Дата
Msg-id E1cr1DB-0004Jb-F7@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Support generation of DDL for tables in GreenplumDB.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][patch] Show DDL for Greenplum Tables RM #2261