From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: PEP8 fixes for the tools module. |
Date: | 2018-02-23 11:57:48 |
Message-ID: | E1epBz2-00014y-M2@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)pivotal(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-23 11:58:04 | Re: [pgadmin4] PEP-8 on pgadmin/tools |
Previous Message | Murtuza Zabuawala | 2018-02-23 11:34:16 | Re: [pgAdmin4][RM#3014] Fix validation issues while creating new sequence |