pgAdmin 4 commit: PEP8 fixes. Fixes #3175

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: PEP8 fixes. Fixes #3175
Date: 2018-03-07 11:47:05
Message-ID: E1etXXF-0008Io-NP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

PEP8 fixes. Fixes #3175

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06ff05762e9bba0dd298c540afaf352dad747b28
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/__init__.py | 22 +--
.../server_groups/servers/databases/__init__.py | 130 ++++++++++++------
.../servers/databases/tests/test_db_add.py | 1 -
.../server_groups/servers/databases/tests/utils.py | 149 ++++++++++-----------
.../server_groups/servers/databases/utils.py | 5 +-
web/pgadmin/browser/tests/test_change_password.py | 29 ++--
web/pgadmin/browser/tests/test_login.py | 12 +-
web/pgadmin/browser/tests/test_version_in_range.py | 80 ++++++-----
web/pgadmin/browser/tests/utils.py | 24 ++--
9 files changed, 274 insertions(+), 178 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-07 11:48:01 Re: [pgAdmin4][RM#3175] Fix PEP-8 issues
Previous Message Khushboo Vashi 2018-03-07 04:30:36 Re: [pgAdmin4][Patch]: RM #3135 - [Web based] Syntax error displayed when user try to insert data on table where primray key is in captial letters and table contains OIDS