pgAdmin 4 commit: Fixed API test cases by making the connection id uniq - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed API test cases by making the connection id uniq
Date
Msg-id E1l7c8E-0002bS-Jl@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed API test cases by making the connection id unique for ERD.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=181bec62ceade7244587ca95bdd71ff465caaca2
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/erd/__init__.py              | 1 +
web/pgadmin/tools/erd/tests/test_close.py      | 6 ++++--
web/pgadmin/tools/erd/tests/test_initialize.py | 6 ++++--
web/pgadmin/tools/erd/tests/test_panel.py      | 5 ++++-
web/pgadmin/tools/erd/tests/test_prequisite.py | 4 +++-
web/pgadmin/tools/erd/tests/test_sql.py        | 4 +++-
web/pgadmin/tools/erd/tests/test_tables.py     | 4 +++-
7 files changed, 22 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][patch] Use unique DB name in ERD API test cases
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Use unique DB name in ERD API test cases