Thread: pgAdmin 4 commit: Improve code coverage and API test cases for Foreign
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.mahajan@enterprisedb.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(-)