pgAdmin 4 commit: Improve the test framework to run for multiple classe - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Improve the test framework to run for multiple classe
Date
Msg-id E1ipnde-0000FI-CV@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve the test framework to run for multiple classes defined in a single file. Fixes #5071.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed279cac31575891ab195823cdf2593b1e601871
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst | 1 +
web/pgadmin/utils/route.py        | 7 ++++++-
web/regression/runtests.py        | 6 ++++--
3 files changed, 11 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix an issue where select, insert and update scripts
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5071]Improve test framework to separate the testcasesfrom multiple class