pgAdmin 4 commit: Improve code coverage and API test cases for Foreign - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Improve code coverage and API test cases for Foreign
Date
Msg-id E1jvIAu-0007tp-0a@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve code coverage and API test cases for Foreign Data Wrapper. Fixes #5323.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a91e4d8a7f4c980f8ee63c9801e0f7d672439879
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst                  |   1 +
.../foreign_data_wrappers/tests/fdw_test_data.json | 409 +++++++++++++++++++++
.../foreign_data_wrappers/tests/test_fdw_add.py    |  47 ++-
.../foreign_data_wrappers/tests/test_fdw_delete.py |  51 ++-
.../tests/test_fdw_delete_multiple.py              |  30 +-
.../tests/test_fdw_dependency_dependent.py         |  77 ++++
.../tests/test_fdw_get-handlers.py                 |  83 +++++
.../foreign_data_wrappers/tests/test_fdw_get.py    |  61 ++-
.../tests/test_fdw_get_nodes.py                    | 105 ++++++
.../tests/test_fdw_get_validators.py               |  81 ++++
.../foreign_data_wrappers/tests/test_fdw_msql.py   |  72 ++++
.../foreign_data_wrappers/tests/test_fdw_put.py    |  46 ++-
.../foreign_data_wrappers/tests/test_fdw_sql.py    |  82 +++++
.../databases/foreign_data_wrappers/tests/utils.py |   9 +-
14 files changed, 1088 insertions(+), 66 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes