pgAdmin 4 commit: Update the regression tests to fix issues withPython

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Update the regression tests to fix issues withPython
Дата
Msg-id E1ef77o-0007MN-Va@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Update the regression tests to fix issues with Python 3.5 and PG 9.2. Fixes #3057

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=de1c767e8849bdd761c3425452babcae18402c12
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
.../tables/templates/table/sql/default/acl.sql     |   4 +-
.../servers/databases/schemas/tests/test_utils.py  |   3 +-
web/pgadmin/feature_tests/datatype_test.json       | 388 ++++++++++++---------
.../feature_tests/pg_datatype_validation_test.py   |  16 +-
4 files changed, 235 insertions(+), 176 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin][patch] Make Feature and Unit tests Green Again