pgAdmin 4 commit: PEP8 fixes for the tools module.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: PEP8 fixes for the tools module.
Дата
Msg-id E1epBz2-00014y-M2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
PEP8 fixes for the tools module.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2332630af8c4995c3a3bd99679721050795ab957
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             |   3 -
web/pgadmin/tools/sqleditor/__init__.py            | 178 +++--
.../sqleditor/tests/test_explain_plan_templates.py |  73 +-
.../test_extract_sql_from_network_parameters.py    |   5 +-
.../tools/sqleditor/tests/test_start_query_tool.py |  21 +-
.../sqleditor/utils/apply_explain_plan_wrapper.py  |   7 +-
.../tools/sqleditor/utils/start_running_query.py   |  50 +-
.../utils/tests/test_apply_explain_plan_wrapper.py | 146 ++--
.../utils/tests/test_start_running_query.py        | 744 ++++++++++++---------
9 files changed, 671 insertions(+), 556 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: [pgAdmin4][RM#3014] Fix validation issues while creating new sequence
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin4] PEP-8 on pgadmin/tools