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

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 Views an
Date: 2020-11-20 04:45:18
Message-ID: E1kfyIQ-0005UD-EP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve code coverage and API test cases for Views and Materialized Views. Fixes #5337

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_29.rst | 1 +
.../tests/test_compound_triggers_add.py | 9 +-
.../tables/compound_triggers/tests/utils.py | 43 +
.../schemas/views/tests/test_mviews_parameters.py | 188 ---
.../schemas/views/tests/test_mviews_refresh.py | 138 +-
.../schemas/views/tests/test_views_add.py | 105 +-
.../schemas/views/tests/test_views_delete.py | 100 +-
.../views/tests/test_views_delete_multiple.py | 104 --
.../schemas/views/tests/test_views_get.py | 103 +-
.../test_views_get_dependencies_dependents.py | 82 ++
.../schemas/views/tests/test_views_get_msql.py | 90 ++
.../schemas/views/tests/test_views_get_nodes.py | 99 ++
.../schemas/views/tests/test_views_put.py | 74 +-
.../schemas/views/tests/test_views_sql.py | 119 ++
.../servers/databases/schemas/views/tests/utils.py | 144 +-
.../schemas/views/tests/view_test_data.json | 1537 ++++++++++++++++++++
16 files changed, 2371 insertions(+), 565 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-11-20 04:45:28 Re: [pgAdmin][Patch] RM5337 - [Code Coverage] Improve API test cases for Views
Previous Message Yogesh Mahajan 2020-11-19 15:37:02 [pgAdmin][Patch] RM5337 - [Code Coverage] Improve API test cases for Views