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

From Akshay Joshi
Subject pgAdmin 4 commit: Improve code coverage and API test cases for the Rule
Date
Msg-id E1jWeFP-0006yk-V4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve code coverage and API test cases for the Rules module. Fixes #5334

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=057a2b23129d1267ae77003ce658e8a8a6b75ff0
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.gitignore                                         |   1 +
docs/en_US/release_notes_4_22.rst                  |   1 +
.../tables/rules/tests/rules_test_data.json        | 408 +++++++++++++++++++++
.../schemas/tables/rules/tests/test_rules_add.py   |  49 ++-
.../tables/rules/tests/test_rules_delete.py        |  40 +-
.../rules/tests/test_rules_delete_multiple.py      |  31 +-
.../schemas/tables/rules/tests/test_rules_get.py   |  43 ++-
.../schemas/tables/rules/tests/test_rules_put.py   |  41 ++-
.../databases/schemas/tables/rules/tests/utils.py  |   6 +
9 files changed, 566 insertions(+), 54 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Show the startup log as well as the server log in the
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5334] : [Code Coverage] Improve API test cases for Rules