Обсуждение: pgAdmin 4 commit: Improve code coverage and API test cases for the Rule

Поиск
Список
Период
Сортировка

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

От
Akshay Joshi
Дата:
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(-)