pgAdmin 4 commit: Code refactoring: - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Code refactoring:
Date
Msg-id E1g9SU5-0006a9-DK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Code refactoring:

- Move the duplicate code for closing the background process dialog into 'test_gui_helper.py',
- Simplify the logic by removing the duplicate steps to insert/update binary paths for each server type from
'test_utils.py'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f1651686b28b776265b829e8999e4287d8c3b29
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../pg_utilities_backup_restore_test.py            | 27 +--------
.../feature_tests/pg_utilities_maintenance_test.py | 25 +-------
.../python_test_utils/test_gui_helper.py           | 38 ++++++++++++
web/regression/python_test_utils/test_utils.py     | 67 ++++++----------------
4 files changed, 61 insertions(+), 96 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Code refactoring