pgAdmin 4 commit: Fixed following SonarQube issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following SonarQube issues:
Date
Msg-id E1k8JDl-0007Gz-Hf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following SonarQube issues:
 1. String literals should not be duplicated.
 2. Cognitive Complexity of functions should not be too high.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0668a52c6bbc919c33575ebeb3e47dd71ffcb6e6
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
.../pg_utilities_backup_restore_test.py            | 129 ++++----
web/regression/feature_utils/pgadmin_page.py       | 324 ++++++++++++---------
web/regression/runtests.py                         | 118 +++++---
3 files changed, 330 insertions(+), 241 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM5344][Code Coverage] Improve API test cases for Grant Wizard
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.