pgAdmin 4 commit: Update the regression tests to fix issues withPython - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Update the regression tests to fix issues withPython
Date
Msg-id E1ef77o-0007MN-Va@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a log viewer. stderr is redirected to aper-insta
Next
From: Dave Page
Date:
Subject: Re: [pgadmin][patch] Make Feature and Unit tests Green Again