pgAdmin 4 commit: Fixed API test cases by making the connection id uniq

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed API test cases by making the connection id uniq
Date: 2021-02-04 10:45:02
Message-ID: E1l7c8E-0002bS-Jl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-04 10:46:33 Re: [pgAdmin][patch] Use unique DB name in ERD API test cases
Previous Message Aditya Toshniwal 2021-02-04 09:31:54 Re: [pgAdmin][patch] Use unique DB name in ERD API test cases