pgAdmin 4 commit: Improve code coverage and API test cases for Foreign

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve code coverage and API test cases for Foreign
Date: 2020-11-26 06:22:19
Message-ID: E1kiAfb-0004JS-Qk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve code coverage and API test cases for Foreign Tables. Fixes #5328

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b54cf2edca426487eddbfdc16bf585aee25d4f62
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_29.rst | 1 +
.../tests/foreign_tables_test_data.json | 602 +++++++++++++++++++++
.../foreign_tables/tests/test_foreign_table_add.py | 89 +--
.../tests/test_foreign_table_delete.py | 43 +-
.../test_foreign_table_dependencies_dependents.py | 104 ++++
.../foreign_tables/tests/test_foreign_table_get.py | 85 ++-
.../tests/test_foreign_table_get_msql.py | 111 ++++
.../tests/test_foreign_table_get_nodes.py | 130 +++++
...st_foreign_table_get_precreation_parameters.py} | 60 +-
.../foreign_tables/tests/test_foreign_table_put.py | 67 ++-
.../foreign_tables/tests/test_foreign_table_sql.py | 123 +++++
.../schemas/foreign_tables/tests/utils.py | 66 ++-
12 files changed, 1348 insertions(+), 133 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-26 06:22:39 Re: [pgAdmin][Patch] RM5328 - [Code Coverage] Improve API test cases for Foreign Tables
Previous Message Akshay Joshi 2020-11-26 05:57:32 Re: SameSite issues in Safari Browser (reference #RM5975)