pgAdmin 4 commit: Code refactoring:

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Code refactoring:
Дата
Msg-id E1g9SU5-0006a9-DK@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Code refactoring